我想安装一些应用程序,但是对于任何安装命令,它都说这个包是has no installation candidate
。我甚至不能运行sudo apt-get update
。
cookie98@cookie98**:~$ sudo apt-get install software-properties-common
[sudo] password for cookie98:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package software-properties-common is not available, but is
referred to by another package.
This may mean that the package is missing, has been obsoleted, or is
only available from another source
E: Package 'software-properties-common' has no installation candidate
`
发布于 2018-06-10 12:50:01
当我遇到“没有安装候选”的问题(但不同的安装)时,问题在于我的/etc/apt/sources.list
。检查一下你的
deb http://archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
https://askubuntu.com/questions/998701
复制相似问题