您好,登錄后才能下訂單哦!
小編給大家分享一下centos安裝vim失敗怎么辦,希望大家閱讀完這篇文章后大所收獲,下面讓我們一起去探討吧!
centos安裝vim失敗解決方法:
在線安裝vim: yum install vim
今天我在用CentOS 5.5的yum命令安裝的時候出現如下錯誤:
[root@malu2 ~]# yum install vim Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.hosting90.cz * extras: mirror.hosting90.cz * updates: mirror.hosting90.cz Setting up Install Process No package vim available. Nothing to do
解決辦法:
更新一下yum倉庫:
#yum -y update
再次運行安裝,發現錯誤依舊,看來這種猜包名的方法不適用;所以接下來可以通過yum的查找參數來列出vim相關的包名:
[root@malu2 yum.repos.d]# yum search vim Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.hosting90.cz * extras: mirror.hosting90.cz * updates: mirror.hosting90.cz ===================== 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.
通過查看,我們可以看到,yum列出了詳細的vim相關的包名,這樣就可以順利的安裝vim了:
#yum -y install vim-enhanced.x86_64
看完了這篇文章,相信你對centos安裝vim失敗怎么辦有了一定的了解,想了解更多相關知識,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。