Chinaunix首页 | 论坛 | 博客
  • 博客访问: 79494
  • 博文数量: 22
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 221
  • 用 户 组: 普通用户
  • 注册时间: 2015-08-28 11:18
文章分类

全部博文(22)

文章存档

2021年(4)

2020年(1)

2016年(10)

2015年(7)

我的朋友

分类: LINUX

2016-02-10 16:58:14

在sudo -s进入root模式,然后使用apt-get install vim进行vim的下载
但是出现错误
 Reading package lists... Done  
    Building dependency tree         
    Reading state information... Done  
    Package vim 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 vim has no installation candidate 

解决方法:首先使用这个命令
apt-get update && apt-get install vim
然后再使用命令apt-get install vim
就可以完成 
阅读(1198) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~