yum安裝出現No package vim available解決辦法

來源:互聯網
上載者:User

  

yum (Yellowdog Updater Modified)是一個集與尋找,安裝,更新和刪除程式的Linux軟體。它運行在RPM包相容的Linux發行版本上,如:RedHat,
Fedora, SUSE,
CentOS, Mandriva。

今天我在用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

以上命令就能執行成功了。當然不僅僅vim安裝,其他程式比如mysql我們也同樣只要先進行yum尋找,再通過匹配詳細包名來進行安裝,就不會出現上述錯誤了

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.