The key listed on the instruction page
https://software.intel.com/en-us/articles/installing-intel-free-libs-and-python-apt-repo
specifically, this file:
wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
is old, and has just expired. There will be a million failures; do not panic; I hope Intel will fix that very quickly.
# curl -Ss https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB | gpg - gpg: WARNING: no command supplied. Trying to guess what you mean ... pub rsa2048 2016-09-28 [SC] [expired: 2019-09-27] <<<=== THIS BF4385F91CA5FC005AB39E1C1A8497B11911E097 uid "CN = Intel(R) Software Development Products", O=Intel Corporation
Update: The rpm feeds are reportedly also affected.
Link Copied
Thanks for the report. the issue is escalated and we will fix the issue asap.
Could you try the package once again right now? The packages should be re-signed.
Gennady F. (Blackbelt) wrote:Could you try the package once again right now? The packages should be re-signed.
Sure, tested and found no problems. 'apt update' passed (so that the Release file signature is ok). I also installed, just for testing, intel-psxe-common-2018.0-033, intel-psxe-common-2019.2-057, intel-psxe-common-2019.5-075 -- all three packages checked out good, too, no complaints from dpkg.
Thanks for the update!
For me it's still not working - I'm receiving following error:
WARNING: The following packages cannot be authenticated! intel-comp-l-all-vars-19.0.1-144 intel-comp-nomcu-vars-19.0.1-144 intel-conda-index-tool-19.0.1-144 intel-conda-intel-openmp-linux-64-shadow-package-2019.1-144 intel-tbb-libs-2019.2-144 intel-conda-tbb-linux-64-shadow-package-2019.2-144 intel-openmp-19.0.1-144 intel-mkl-doc-2019 intel-mkl-common-2019.1-144 intel-mkl-core-rt-2019.1-144 intel-mkl-core-2019.1-144 intel-conda-mkl-linux-64-shadow-package-2019.1-144 intel-conda-mkl-include-linux-64-shadow-package-2019.1-144 intel-conda-mkl-devel-linux-64-shadow-package-2019.1-144 intel-conda-mkl-static-linux-64-shadow-package-2019.1-144 intel-mkl-cluster-rt-2019.1-144 intel-mkl-cluster-2019.1-144 intel-mkl-common-c-2019.1-144 intel-mkl-cluster-c-2019.1-144 intel-mkl-common-f-2019.1-144 intel-mkl-cluster-f-2019.1-144 intel-mkl-common-ps-2019.1-144 intel-mkl-doc-ps-2019 intel-mkl-common-c-ps-2019.1-144 intel-mkl-core-c-2019.1-144 intel-mkl-core-f-2019.1-144 intel-mkl-core-ps-2019.1-144 intel-mkl-f95-common-2019.1-144 intel-mkl-f95-2019.1-144 intel-mkl-gnu-rt-2019.1-144 intel-mkl-gnu-2019.1-144 intel-mkl-gnu-c-2019.1-144 intel-mkl-gnu-f-rt-2019.1-144 intel-mkl-gnu-f-2019.1-144 intel-mkl-pgi-rt-2019.1-144 intel-mkl-pgi-2019.1-144 intel-mkl-pgi-c-2019.1-144 intel-mkl-psxe-2019.1-053 intel-mkl-tbb-rt-2019.1-144 intel-mkl-tbb-2019.1-144 intel-psxe-common-doc-2019 intel-psxe-common-2019.1-053 intel-mkl-64bit-2019.1-053 E: There were unauthenticated packages and -y was used without --allow-unauthenticated
I'm using following commands:
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 sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list' apt-get update apt-get install -f --allow-downgrades --allow-remove-essential --allow-change-held-packages -y intel-mkl-64bit-2019.1-053
For more complete information about compiler optimizations, see our Optimization Notice.