个人工具

“UbuntuHelp:FeistyUpgrades”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(正在重定向到 Http://www.ubuntu.com/getubuntu/upgrading
第1行: 第1行:
#REDIRECT [[http://www.ubuntu.com/getubuntu/upgrading]]
 
 
{{From|https://help.ubuntu.com/community/FeistyUpgrades}}
 
{{From|https://help.ubuntu.com/community/FeistyUpgrades}}
 
{{Languages|UbuntuHelp:FeistyUpgrades}}
 
{{Languages|UbuntuHelp:FeistyUpgrades}}
 +
#title Upgrading to Ubuntu 7.04
 +
 +
 +
 +
This document provides instructions and notes on upgrading to '''Ubuntu 7.04 (Feisty Fawn)''', released on the 19th of April 2007.
 +
 +
=== Before you start ===
 +
 +
* '''You can only directly upgrade to Ubuntu 7.04 ("Feisty Fawn") from Ubuntu 6.10 ("Edgy Eft")''' (see UpgradeNotes)
 +
* Be sure that you have all updates applied to Ubuntu 6.10 before you upgrade
 +
* The latest version of Update Manager (0.45.2) must be installed before you upgrade. Otherwise, you will receive an ''Authentication failed'' error. See [https://wiki.ubuntu.com/EdgyUpdatesEnabled here] for instructions how to check if you have the required version.
 +
 +
'''Note:''' If you have a version of Ubuntu which was released ''before'' Ubuntu 6.10, please see [[UbuntuHelp:Installation/UpgradeFromOldVersion]] for information on how to upgrade.
 +
 +
=== Network upgrade for Ubuntu desktops (recommended) ===
 +
 +
You can easily upgrade over the network with the following procedure. 
 +
 +
* Open '''System''' -> '''Administration''' -> '''Update Manager'''
 +
https://help.ubuntu.com/community/FeistyUpgrades?action=AttachFile&do=get&target=update-manager.png
 +
* A button on the top of the window will appear, informing you of the availability of the new release
 +
https://help.ubuntu.com/community/FeistyUpgrades?action=AttachFile&do=get&target=update-manager-upgrade.png
 +
* Click '''Upgrade'''
 +
* Follow the on-screen instructions
 +
 +
=== Network upgrade for Kubuntu desktops (recommended) ===
 +
 +
You can easily upgrade over the network with the following procedure. 
 +
 +
* Open the Adept Manager by going to '''KMenu''' -> '''System''' -> '''Adept Manager (Manage Packages)'''.
 +
* In Adept -> Manage Repositories enable edgy-updates (or feisty-updates "Recommended Updates" if you are already on feisty)
 +
* If you are using the Edgy KDE 3.5.6 repository, also add ''deb http://kubuntu.org/packages/kde-356-pre-feisty-upgrade/ edgy main''
 +
* If your system is up to date, the upgrade wizard will be offered it via the Version Upgrade button. Otherwise:
 +
*** Press the ''Full Upgrade'' button.
 +
*** Press the ''Apply Changes'' button.
 +
*** Once the packages are installed, exit the Adept Manager (Adept -> Quit).
 +
*** Repeat the initial steps (1-4).
 +
 +
=== Network upgrade for Ubuntu servers (recommended) ===
 +
 +
If you run an Ubuntu server, you should use the new server upgrade system.
 +
 +
* Install `update-manager-core`:
 +
<pre><nowiki>
 +
sudo apt-get install update-manager-core
 +
</nowiki></pre>
 +
* Launch the upgrade tool:
 +
<pre><nowiki>
 +
sudo do-release-upgrade
 +
</nowiki></pre>
 +
* Follow the on-screen instructions
 +
 +
=== Upgrading using the alternate CD/DVD ===
 +
 +
Use this method if the system being upgraded is not connected to the Internet.
 +
 +
* Download and burn the alternate installation CD
 +
* Insert it into your CD-ROM drive
 +
* A dialog will be displayed offering you the opportunity to upgrade using that CD
 +
* Follow the on-screen instructions
 +
 +
If the upgrade dialog is not displayed for any reason, you may also run the following command using `Alt+F2`:
 +
<pre><nowiki>
 +
gksu "sh /cdrom/cdromupgrade"
 +
</nowiki></pre>
 +
 +
Note that for Kubuntu the upgrade dialogue will not be displayed and you will need to install gksu before running the above command (it will not work with kdesu).
 +
 +
=== Manual command-line upgrade (not recommended) ===
 +
 +
'''Please note - this method is less reliable.  If you use this method, you MUST be prepared to fix problems manually, such as packages being unexpectedly removed, apt crashing unexpectedly, etc.  Using Update Manager (see above) is likely to be much less problematic.'''
 +
 +
Instructions for this method can be found on FeistyUpgradesManual.
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月22日 (四) 12:35的版本

  1. title Upgrading to Ubuntu 7.04


This document provides instructions and notes on upgrading to Ubuntu 7.04 (Feisty Fawn), released on the 19th of April 2007.

Before you start

  • You can only directly upgrade to Ubuntu 7.04 ("Feisty Fawn") from Ubuntu 6.10 ("Edgy Eft") (see UpgradeNotes)
  • Be sure that you have all updates applied to Ubuntu 6.10 before you upgrade
  • The latest version of Update Manager (0.45.2) must be installed before you upgrade. Otherwise, you will receive an Authentication failed error. See here for instructions how to check if you have the required version.

Note: If you have a version of Ubuntu which was released before Ubuntu 6.10, please see UbuntuHelp:Installation/UpgradeFromOldVersion for information on how to upgrade.

Network upgrade for Ubuntu desktops (recommended)

You can easily upgrade over the network with the following procedure.

  • Open System -> Administration -> Update Manager

FeistyUpgrades?action=AttachFile&do=get&target=update-manager.png

  • A button on the top of the window will appear, informing you of the availability of the new release

FeistyUpgrades?action=AttachFile&do=get&target=update-manager-upgrade.png

  • Click Upgrade
  • Follow the on-screen instructions

Network upgrade for Kubuntu desktops (recommended)

You can easily upgrade over the network with the following procedure.

  • Open the Adept Manager by going to KMenu -> System -> Adept Manager (Manage Packages).
  • In Adept -> Manage Repositories enable edgy-updates (or feisty-updates "Recommended Updates" if you are already on feisty)
  • If you are using the Edgy KDE 3.5.6 repository, also add deb http://kubuntu.org/packages/kde-356-pre-feisty-upgrade/ edgy main
  • If your system is up to date, the upgrade wizard will be offered it via the Version Upgrade button. Otherwise:
      • Press the Full Upgrade button.
      • Press the Apply Changes button.
      • Once the packages are installed, exit the Adept Manager (Adept -> Quit).
      • Repeat the initial steps (1-4).

Network upgrade for Ubuntu servers (recommended)

If you run an Ubuntu server, you should use the new server upgrade system.

  • Install `update-manager-core`:
sudo apt-get install update-manager-core
  • Launch the upgrade tool:
sudo do-release-upgrade
  • Follow the on-screen instructions

Upgrading using the alternate CD/DVD

Use this method if the system being upgraded is not connected to the Internet.

  • Download and burn the alternate installation CD
  • Insert it into your CD-ROM drive
  • A dialog will be displayed offering you the opportunity to upgrade using that CD
  • Follow the on-screen instructions

If the upgrade dialog is not displayed for any reason, you may also run the following command using `Alt+F2`:

gksu "sh /cdrom/cdromupgrade" 

Note that for Kubuntu the upgrade dialogue will not be displayed and you will need to install gksu before running the above command (it will not work with kdesu).

Manual command-line upgrade (not recommended)

Please note - this method is less reliable. If you use this method, you MUST be prepared to fix problems manually, such as packages being unexpectedly removed, apt crashing unexpectedly, etc. Using Update Manager (see above) is likely to be much less problematic.

Instructions for this method can be found on FeistyUpgradesManual.