Linux中國

如何從Ubuntu13.04 升級到Ubuntu13.10 Saucy Salamander

幾秒鐘以後,你會看到如下所示,標有「However, Ubuntu 13.10 is available now (you have 13.04)」字樣的窗口。

然後點擊Upgrade按鈕。

Software Updater會讓你確認是否仍要升級。點擊Start Upgrade就真正開始安裝Ubuntu 13.10了。

現在Software Updater就會獲取文件包並進行安裝。這將需要一段時間,具體時間長短取決於你的網路連接速度。坐下來放鬆片刻吧。

過一會兒,你將被詢問是否刪除不必要的應用程序或軟體包。

最後,點擊重啟完成升級

現在你的系統就是最新的Ubuntu 13.10發布版本了。

伺服器版升級

要從Ubuntu 13.10伺服器版升級到Ubuntu 13.04伺服器版本,請按下面步驟操作。

如果還沒有安裝 update-manager-core 軟體包,請先安裝它:

sudo apt-get install update-manager-core

打開 /etc/update-manager/release-upgrades 文件,

sudo nano /etc/update-manager/release-upgrades

按如下所示進行編輯,設置 Prompt=normal

# Default behavior for the release upgrader.

[DEFAULT]
# Default prompting behavior, valid options:
#
#  never  - Never check for a new release.
#  normal - Check to see if a new release is available.  If more than one new
#       release is found, the release upgrader will attempt to upgrade to
#       the release that immediately succeeds the currently-running
#       release.
#  lts- Check to see if a new LTS release is available.  The upgrader
#       will attempt to upgrade to the first LTS release available after
#       the currently-running one.  Note that this option should not be
#       used if the currently-running release is not itself an LTS
#       release, since in that case the upgrader won't be able to
#       determine if a newer release is available.
Prompt=normal

現在就可以把系統升級到最新伺服器版本了,使用下面的命令:

sudo do-release-upgrade -d

按照屏幕上的指示一步一步操作。大功告成!!

已經成功的升級到Ubuntu 13.10了,現在該做些什麼呢?看看我們的新文章「安裝Ubuntu13.10後最應該做的幾件事」。現在你的系統已經很完善了。慶祝吧!!

via: http://www.unixmen.com/upgrade-ubuntu-13-04-raring-ubuntu-13-10-saucy-salamander/

譯者:runningwater 校對:Caroline

本文由 LCTT 原創翻譯,Linux中國 榮譽推出


本文轉載來自 Linux 中國: https://github.com/Linux-CN/archive

對這篇文章感覺如何?

太棒了
0
不錯
0
愛死了
0
不太好
0
感覺很糟
0
雨落清風。心向陽

    You may also like

    Leave a reply

    您的電子郵箱地址不會被公開。 必填項已用 * 標註

    此站點使用Akismet來減少垃圾評論。了解我們如何處理您的評論數據

    More in:Linux中國