Ubuntu 16.04 (containerized env)
cd /tmp && wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB wget https://apt.repos.intel.com/setup/intelproducts.list -O /etc/apt/sources.list.d/intelproducts.list sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list' apt-get update && DEBIAN_FRONTEND=noninteractive $APT_INSTALL intel-mkl-64bit-2018.4-057
Unexpected error output:
Hit:8 http://archive.ubuntu.com/ubuntu xenial-updates InRelease Get:9 https://apt.repos.intel.com/mkl all/main amd64 Packages [83.8 kB] Err:9 https://apt.repos.intel.com/mkl all/main amd64 Packages Hash Sum mismatch Get:10 https://apt.repos.intel.com/mkl all/main all Packages [23.2 kB] Err:10 https://apt.repos.intel.com/mkl all/main all Packages Hit:11 http://archive.ubuntu.com/ubuntu xenial-backports InRelease Fetched 102 kB in 1s (97.7 kB/s) Reading package lists... E: Failed to fetch https://apt.repos.intel.com/mkl/dists/all/main/binary-amd64/Packages.gz Hash Sum mismatch E: Failed to fetch https://apt.repos.intel.com/mkl/dists/all/main/binary-all/Packages.gz E: Some index files failed to download. They have been ignored, or old ones used instead. Removing intermediate container bfa65af9736b The command '/bin/sh -c apt-get update && apt-get install -y wget && cd /tmp && wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB && apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB && echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list && apt-get update && DEBIAN_FRONTEND=noninteractive $APT_INSTALL intel-mkl-64bit-2018.4-057' returned a non-zero code: 100
Problem may be related to 2018 topic (#779730) i've found googling fingerprint