安裝vim 軟體源問題

來源:互聯網
上載者:User

The program 'vim' can be found in the following packages:
 * vim
 * vim-gnome
 * vim-tiny
 * vim-gtk
 * vim-nox
Try: sudo apt-get install <selected package>

 

上面這些資訊估計就是提示:vim還沒有安裝,且vim的安裝包已經有了,在列出的這些包裡,你可以用sudo apt-get install vim 命令來安裝,

然後,我就輸入   sudo apt-get install 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

Google一下,發現好像是缺少某些包,要更新軟體源。解決方案如下:

把/etc/apt/sources.list 裡的軟體源列表修改一下。

步驟:

首先,安全起見,先備份一下要修改的檔案。命令:cp -i /etc/apt/sources.list /etc/apt/sources.list_backup

然後,開啟sources.list, 看他們是用nano編輯器開啟的,我也就照搬了,命令:sudo nano /etc/apt/sources.list

開啟之後,可以根據自己的情況看這個網頁的說明
http://ubuntuguide.org/wiki/Ubuntu:Lucid#Add_Extra_Repositories

修改,按Ctrl+X 退出。

然後,更新一下。 命令:sudo apt-get update

更新後,再執行 sudo apt-get install vim, 系統就會自動下載缺少的包,然後vim就可以順利安裝了。


相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.