Ubuntu error: apt-aget update intel-mkl distribution error
Ubuntu error: apt-aget update intel-mkl distribution error
在 Ubuntu 中,我正在尝试 运行 命令
sudo apt-get update
但我收到错误消息
Get:18 https://apt.repos.intel.com/intelpython binary/ Packages [3.166 B]
It got 7.878 B in 2 s (3.717 B/s).
Packet lists were read ...Ready
W: Conflict in distribution: https://apt.repos.intel.com/intelpython binary/ InRelease (binary/ expected, but got)
W: Target Packages (Packages) is configured multiple times in /etc/apt/sources.list.d/intel-mkl.list:2 and /etc/apt/sources.list.d/intelpython.list:1
W: Target Translations (de_DE) is configured multiple times in /etc/apt/sources.list.d/intel- mkl.list:2 and /etc/apt/sources.list.d/intelpython.list:1
W: Target Translations (de) is configured multiple times in /etc/apt/sources.list.d/intel-mkl.list:2 and /etc/apt/sources.list.d/intelpython.list:1
W: Target Translations (en) is configured multiple times in /etc/apt/sources.list.d/intel-mkl.list:2 and /etc/apt/sources.list.d/intelpython.list:1
我该怎么做才能解决这个问题?
非常感谢!
问题可能是用于在 apt 通道中对包进行签名的 GPG 密钥已过期。此问题可以通过 updating the key.
解决
再次尝试重新安装密钥并尝试 https://software.intel.com/en-us/articles/installing-intel-free-libs-and-python-apt-repo
中的步骤
在 Ubuntu 中,我正在尝试 运行 命令
sudo apt-get update
但我收到错误消息
Get:18 https://apt.repos.intel.com/intelpython binary/ Packages [3.166 B]
It got 7.878 B in 2 s (3.717 B/s).
Packet lists were read ...Ready
W: Conflict in distribution: https://apt.repos.intel.com/intelpython binary/ InRelease (binary/ expected, but got)
W: Target Packages (Packages) is configured multiple times in /etc/apt/sources.list.d/intel-mkl.list:2 and /etc/apt/sources.list.d/intelpython.list:1
W: Target Translations (de_DE) is configured multiple times in /etc/apt/sources.list.d/intel- mkl.list:2 and /etc/apt/sources.list.d/intelpython.list:1
W: Target Translations (de) is configured multiple times in /etc/apt/sources.list.d/intel-mkl.list:2 and /etc/apt/sources.list.d/intelpython.list:1
W: Target Translations (en) is configured multiple times in /etc/apt/sources.list.d/intel-mkl.list:2 and /etc/apt/sources.list.d/intelpython.list:1
我该怎么做才能解决这个问题?
非常感谢!
问题可能是用于在 apt 通道中对包进行签名的 GPG 密钥已过期。此问题可以通过 updating the key.
解决再次尝试重新安装密钥并尝试 https://software.intel.com/en-us/articles/installing-intel-free-libs-and-python-apt-repo
中的步骤