關於非LTS版Ubuntu系統沒法update的解決方法

  1. Ubutun版本的更新比較快,目前只有10.04,12.04,14.04,以及後續的16.04會支持長期維護,時間長達3-5年,而其餘常規版本的維護期比較短,基本是一年之內。html

    而筆者使用的14.10,已經中止更新了好一段時間,由於平時用的還能夠,因此也就沒怎麼更新,直到今天要安裝一些東西了,才發現update不能用了。ubuntu

  2. 在網上找了不少Ubuntu14.10對應的源的列表,而後把它們加入到了系統的源列表中,可仍是不行。可是,全部中止維護的版本均可以使用old源。因此在元列表中把原來的地址改成帶有old源的就能夠了。spa

  3. 首先,備份系統中的源列表,打開終端,輸入rest

    sudo cp /etc/apt/sources.list /etc/apt/sources.list_backuphtm

    關於非LTS版Ubuntu系統沒法update的解決方法

  4. 輸入ci

    sudo gedit /etc/apt/sources.listget

    打開源列表文件,ctrl+A,而後delete,刪除所有內容it

    而後把下面的地址複製到該文件中sed

    deb http://old-releases.ubuntu.com/ubuntu utopic main restricted universe multiversedate

    deb http://old-releases.ubuntu.com/ubuntu utopic-security main restricted universe multiverse

    deb http://old-releases.ubuntu.com/ubuntu utopic-updates main restricted universe multiverse

    deb http://old-releases.ubuntu.com/ubuntu utopic-proposed main restricted universe multiverse

    deb http://old-releases.ubuntu.com/ubuntu utopic-backports main restricted universe multiverse

    deb-src http://old-releases.ubuntu.com/ubuntu utopic main restricted universe multiverse

    deb-src http://old-releases.ubuntu.com/ubuntu utopic-security main restricted universe multiverse

    deb-src http://old-releases.ubuntu.com/ubuntu utopic-updates main restricted universe multiverse

    deb-src http://old-releases.ubuntu.com/ubuntu utopic-proposed main restricted universe multiverse

    deb-src http://old-releases.ubuntu.com/ubuntu utopic-backports main restricted universe multiverse

    關於非LTS版Ubuntu系統沒法update的解決方法

  5. 須要注意的是上面地址中的 utopic是ubuntu系統版本的名稱,個人ubuntu系統是14.10,對應的版本名稱是utopic。只要把這裏的utopic換車你本身系統版本的名稱便可,若是不知道版本名稱的話,能夠運行如下命令得到

    lsb_release -a

    其中,Codename就是了。

    關於非LTS版Ubuntu系統沒法update的解決方法

  6. 6

    保存好源列表文件後,進入到終端,必定要再輸入如下命令

    sudo apt-get update

    來進行更新,會看到沒有失敗的提示了,轉而出現「命中,獲取中」等字眼

    關於非LTS版Ubuntu系統沒法update的解決方法

相關文章
相關標籤/搜索