今天在安装软件的时候出现了Package has no installation candidate的问题,如:# apt-get install <packagename>Reading package lists... DoneBuilding dependency tree... DonePackage aptitude is not available, but is referred to by another package.This may mean that the packa…
今天在安装软件的时候出现了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 has no installation candidate的问题,如: #  apt-get install <packagename>Reading package lists... DoneBuilding dependency tree... DonePackage aptitude is not available, but is referred to by another package.This may mean that the pac…
今天在安装 vim 的时候出现了 Package 'vim' has no installation candidate的问题 解决方法如下:# apt-get update# apt-get upgrade# apt-get install <packagename> 这样就可以正常使用 apt-get 了- 作者:耑新新,发布于  博客园 转载请注明出处,欢迎邮件交流:zhuanxinxin@foxmail.com…
最近将公司的台式机安装了ubuntu16.04,安装之后,使用apt-get install openssh-server 发现出现:Package 'openssh-server' has no installation candidate  的问题.下面主要讲解一下解决问题的办法: 1.出现上面的问题主要原因是源的问题.于是可以将ubuntu的源修改一下,ubuntu的源文件主要存放在/etc/apt/sources.list文件中,只需要修改里面的内容即可. (1)首先将系统自带的源进行备…
最近在学习Vue,在配置sublime3的时候,想要高亮vue的语法,下载点插件 Package Control的时候,总报  There are no packages available for installation. 链接也是正常的,也能***.怎么尝试都不行,后来发现是有个链接需要更新一下 解决方法 在Preferences->Package Setting->Package Control ->Setting User 中添加下列配置 "https://raw.g…
sudo apt-get install vim 在安装vim时报如下错误: Error accoured: This may mean that the package is missing, has been obsoleted, oris only available from another sourceE: Package 'vim' has no installation candidate 上网查了许多资料,发现是库未更新,依次执行如下命令: sudo apt-get update…
apt-get install vim 正在读取软件包列表... 完成 正在分析软件包的依赖关系树 正在读取状态信息... 完成 有一些软件包无法被安装.如果您用的是不稳定(unstable)发行版,这也许是 因为系统无法达到您要求的状态造成的.该版本中可能会有一些您需要的软件 包尚未被创建或是它们还在新到(incoming)目录中. 下列的信息可能会对解决问题有所帮助: 下列的软件包有不能满足的依赖关系: vim: 依赖: vim-common (= 1:7.1-138+1ubuntu3.1)…
本文转载自:http://www.cnblogs.com/changefuture/archive/2012/06/19/2554876.html 解决方式: sudo add-apt-repository ppa:ferramroberto/java sudo apt-get update sudo apt-get install sun-java6-jdk…
这里显示一个错误信息:checking for LIBXML2… configure: error: Package requirements (libxml-2.0 >= 2.6) were not met: No package ‘libxml-2.0′ found Consider adjusting the PKG_CONFIG_PATH environment variable if youinstalled software in a non-standard prefix. Alt…