在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我能做些什么来解决这个问题?
非常感谢!
发布于 2019-12-04 16:17:20
在apt通道中用于签名包的GPG密钥可能已过期。这个问题可以通过updating the key来解决。
请重试重新安装密钥,然后尝试https://software.intel.com/en-us/articles/installing-intel-free-libs-and-python-apt-repo中的步骤
https://stackoverflow.com/questions/59128783
复制相似问题