码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2016-06-07 16:23:16      阅读:762      评论:0      收藏:0      [点我收藏+]

标签:

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了~

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

标签:

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

(1)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!