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

时间:2016-06-07 16:21:48   收藏:0   阅读:1116
When I run

sudo apt-get install cmake

I get the following response:

Package cmake is not available, but is referred to by another package.This may mean the package is missing, has been obsoleted, or is only available from another sourceE: Package ‘cmake‘ has no installation candidate

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

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

原文:http://www.cnblogs.com/zzwhjj/p/5567148.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!