Package has no installation candidate解决方法

Posted williamjie

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Package has no installation candidate解决方法相关的知识,希望对你有一定的参考价值。

 

今天在安装软件的时候出现了Package has no installation candidate的问题,如:
 #  apt-get install <packagename>
Reading package lists... Done
Building dependency tree... Done
Package aptitude 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 <packagename> has no installation candidate

解决方法如下:
# apt-get update
# apt-get upgrade
# apt-get install <packagename>

这样就可以正常使用apt-get了~













以上是关于Package has no installation candidate解决方法的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu apt-get: Package has no installation candidate

E:Package 'Vim' has no installation candidate问题解决

Ubuntu 出现apt-get: Package has no installation candidate问题

Ubuntu中安装squid包,显示package 'squid' has no installation candidate

dpkg: warning: files list file for package `*****' missing, assuming package has no files curren

Ubuntu出现apt-get: Package has no installation candidate问题