centos安装vim失败解决

图片[1]-centos安装vim失败解决-uusu优素-乐高,模型,3d打印,编程

centos安装vim失败解决方法:(推荐:vim教程)

在线安装vim: yum install vim

今天我在用CentOS 5.5的yum命令安装的时候出现如下错误:

[root@malu2~]#yuminstallvim
Loadedplugins:fastestmirror
Loadingmirrorspeedsfromcachedhostfile
*base:mirror.hosting90.cz
*extras:mirror.hosting90.cz
*updates:mirror.hosting90.cz
SettingupInstallProcess
Nopackagevimavailable.
Nothingtodo

解决办法:

更新一下yum仓库:

#yum-yupdate

再次运行安装,发现错误依旧,看来这种猜包名的方法不适用;所以接下来可以通过yum的查找参数来列出vim相关的包名:

[root@malu2yum.repos.d]#yumsearchvim
Loadedplugins:fastestmirror
Loadingmirrorspeedsfromcachedhostfile
*base:mirror.hosting90.cz
*extras:mirror.hosting90.cz
*updates:mirror.hosting90.cz
=====================Matched:vim===================
vim-X11.x86_64:TheVIMversionofthevieditorfortheXWindowSystem.
vim-common.x86_64:ThecommonfilesneededbyanyversionoftheVIMeditor.
vim-enhanced.x86_64:AversionoftheVIMeditorwhichincludesrecent
:enhancements.
vim-minimal.x86_64:AminimalversionoftheVIMeditor.

通过查看,我们可以看到,yum列出了详细的vim相关的包名,这样就可以顺利的安装vim了:

#yum-yinstallvim-enhanced.x86_64
原文来自:https://www.py.cn
© 版权声明
THE END
喜欢就支持一下吧
点赞5 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容