个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/GutsyUpgrades}}
 
{{From|https://help.ubuntu.com/community/GutsyUpgrades}}
 
{{Languages|UbuntuHelp:GutsyUpgrades}}
 
{{Languages|UbuntuHelp:GutsyUpgrades}}
== Gutsy Gibbon ==
+
#title Upgrading to Ubuntu 7.10
Ubuntu 7.10 is now an outdated version of the Ubuntu operating system. The common name given to this release from the time of its early development was "Gutsy Gibbon".
+
This document gives instructions on upgrading existing Ubuntu installs to Ubuntu 7.10 (codename "Gutsy Gibbon"). Ubuntu 7.10 is a supported version of the Ubuntu operating system, although not the most recent release. The common name given to this release from the time of its early development was "Gutsy Gibbon".
 
=== Before you start ===
 
=== Before you start ===
* '''You can only directly upgrade to Ubuntu 7.10 ("Gutsy Gibbon") from Ubuntu 7.04 ("Feisty Fawn")''' (see [[UbuntuHelp:UpgradeNotes|UpgradeNotes]]).
+
Before upgrading it is recommended that you read the [[UbuntuWiki:GutsyGibbon/ReleaseNotes|release|notes]] for Ubuntu 7.10, which document caveats and workarounds for known issues in this version.
* Be sure that you have all updates applied to Ubuntu 7.04 before you upgrade.
+
'''Note:''': upgrading to 7.10 is supported from version 7.04 only. If you are currently running a version of Ubuntu other than Ubuntu 7.04, please see [[UbuntuHelp:UpgradeNotes|UpgradeNotes]] for information on how to upgrade.
* Before upgrading it is recommended that you read the [[UbuntuWiki:GutsyGibbon/ReleaseNotes|release|notes]] for Ubuntu 7.10, which document caveats and workarounds for known issues in this version.
+
==== Fully updating 7.04 ====
'''Note:''' If you have a version of Ubuntu which was released ''before'' Ubuntu 7.04, please see [[UbuntuHelp:Installation/UpgradeFromOldVersion|Installation/UpgradeFromOldVersion]] for information on how to upgrade.
+
Before upgrading to Ubuntu 7.10, you should make sure Ubuntu 7.04 is fully up to date. Ubuntu 7.04 does not have ongoing support and has now been removed from the normal archives and mirrors, but its packages are still available if you add these lines to your <code><nowiki>/etc/apt/sources.list</nowiki></code> file:
 +
<pre><nowiki>
 +
deb http://old-releases.ubuntu.com/ubuntu/ feisty main restricted universe multiverse
 +
deb http://old-releases.ubuntu.com/ubuntu/ feisty-updates main restricted universe multiverse
 +
deb http://old-releases.ubuntu.com/ubuntu/ feisty-security main restricted universe multiverse
 +
</nowiki></pre>
 
=== Network upgrade for Ubuntu desktops (recommended) ===
 
=== Network upgrade for Ubuntu desktops (recommended) ===
'''When Ubuntu 7.10 is officially released''', you can easily upgrade over the network with the following procedure.
+
You can upgrade over the network with the following procedure.
 
<ol><li>Open '''System''' -> '''Administration''' -> '''Update Manager'''.</li></ol>
 
<ol><li>Open '''System''' -> '''Administration''' -> '''Update Manager'''.</li></ol>
  
第42行: 第47行:
 
</li><li>Follow the on-screen instructions.</li></ol>
 
</li><li>Follow the on-screen instructions.</li></ol>
  
'''Before 7.10 is released''', you must use the following command in place of the one shown above: <pre><nowiki>
 
sudo do-release-upgrade --devel-release
 
</nowiki></pre>
 
 
=== Upgrading using the alternate CD/DVD ===
 
=== Upgrading using the alternate CD/DVD ===
 
Use this method if the system being upgraded is not connected to the Internet.
 
Use this method if the system being upgraded is not connected to the Internet.

2008年12月16日 (二) 18:43的版本

  1. title Upgrading to Ubuntu 7.10

This document gives instructions on upgrading existing Ubuntu installs to Ubuntu 7.10 (codename "Gutsy Gibbon"). Ubuntu 7.10 is a supported version of the Ubuntu operating system, although not the most recent release. The common name given to this release from the time of its early development was "Gutsy Gibbon".

Before you start

Before upgrading it is recommended that you read the release|notes for Ubuntu 7.10, which document caveats and workarounds for known issues in this version. Note:: upgrading to 7.10 is supported from version 7.04 only. If you are currently running a version of Ubuntu other than Ubuntu 7.04, please see UpgradeNotes for information on how to upgrade.

Fully updating 7.04

Before upgrading to Ubuntu 7.10, you should make sure Ubuntu 7.04 is fully up to date. Ubuntu 7.04 does not have ongoing support and has now been removed from the normal archives and mirrors, but its packages are still available if you add these lines to your /etc/apt/sources.list file:

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

Network upgrade for Ubuntu desktops (recommended)

You can upgrade over the network with the following procedure.

  1. Open System -> Administration -> Update Manager.

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

  1. Click the Check button to check for new updates.
  2. A message will appear informing you of the availability of the new release.

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

  1. Click Upgrade.
  2. Follow the on-screen instructions.

Network upgrade for Kubuntu desktops (recommended)

You can upgrade over the network with the following procedure. Follow the pictures at http://kubuntu.org/~jriddell/kubuntu-upgrade

  1. Open the Adept Manager by going to KMenu -> System -> Adept Manager (Manage Packages).
  2. In Adept, go to Adept -> Manage Repositories
  3. Enable the "Recommended updates" and "Pre release updates" repository, close and reload
  4. If your system is up to date, the upgrade wizard will be offered after you click "Fetch Updates" via the "Version Upgrade" button, else..
    1. Press the Full Upgrade button.
    2. Press the Apply Changes button.
    3. Once the packages are installed, exit the Adept Manager (Adept -> Quit).
    4. Repeat the initial steps (1-3).

    Network upgrade for Ubuntu servers (recommended)

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

    1. Install `update-manager-core` if it is not already installed:
      sudo aptitude install update-manager-core
      
    2. Launch the upgrade tool:
      sudo do-release-upgrade
      
    3. 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.

    1. Download and burn the alternate installation CD.
    2. Insert it into your CD-ROM drive.
    3. A dialog will be displayed offering you the opportunity to upgrade using that CD.
    4. 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"
    
    Or in Kubuntu run the following command using `Alt+F2`:
    kdesu "sh /cdrom/cdromupgrade"