使用下面的命令,貌似出现问题的可能性不大,但是还是遇到了。
yum install vim
出现的问题就是:No package vim available
关键怎么解决是个大麻烦,貌似vim是必备的,所以搜索一下可以找到了,运行命令产生如下结果。
[root@host wwwroot]# yum search vim Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirrors.adams.net * extras: dist1.800hosting.com * updates: centos.chi.host-engine.com ============= Matched: vim ============================ vim-X11.x86_64 : The VIM version of the vi editor for the X Window System. vim-common.x86_64 : The common files needed by any version of the VIM editor. vim-enhanced.x86_64 : A version of the VIM editor which includes recent enhancements. vim-minimal.x86_64 : A minimal version of the VIM editor.
看到下面有四个vim的东西,是那个就看自己辨认了。X11肯定不是,Common也肯定不是,运行yum install vim-enhanced.x86_64搞定了。
不知道这是什么情况,为什么vim不存在,而存在其他的软件,也不知道是不是替代品,或者说是源的关系。
话说买了个便宜的VPS,真坑啊,太慢了。
当前还没有任何评论