如何将Ubuntu 8.10(Intrepid Ibex)升级到9.04(Jaunty Jackalope)(桌面和服务器)
版本1.0
作者:Falko Timme
昨天发布了新的Ubuntu 9.04(Jaunty Jackalope)。 本指南介绍如何将Ubuntu 8.10桌面和服务器安装升级到Ubuntu 9.04。
本文档不附带任何形式的保证! 我不会保证这将为您工作!
1桌面
启动Update Manager
( 系统>管理>更新管理器
):
Update Manager
应显示新的发行版本(9.04)可用。 点击升级
按钮开始分发升级:
具有9.04发行说明的窗口出现。 再次点击升级
:
正在下载升级工具:
输入您的密码:
升级正在准备中:
点击开始升级
,最后从升级过程开始:
升级包现在正在下载...
...并安装。 这可能需要一些时间,所以请耐心等待。
在升级过程结束时,您应该删除过时的软件包:
系统需要重新启动才能完成升级,因此点击立即重启
:
重新启动后,您可以使用新的Ubuntu 9.04桌面:
2服务器
首先成为根:
sudo su
然后跑
apt-get update
并安装软件包update-manager-core
:
apt-get install update-manager-core
打开文件/ etc / update-manager / release-upgrades
...
vi /etc/update-manager/release-upgrades
...并确保它具有提示=正常
:
[...] Prompt=normal |
然后跑
do-release-upgrade
开始分发升级。
root@server1:~# do-release-upgrade
Checking for a new ubuntu release
Done Upgrade tool signature
Done Upgrade tool
Done downloading
extracting 'jaunty.tar.gz'
authenticate 'jaunty.tar.gz' against 'jaunty.tar.gz.gpg'
Reading cache
Checking package manager
Continue running under SSH?
This session appears to be running under ssh. It is not recommended
to perform a upgrade over ssh currently because in case of failure it
is harder to recover.
If you continue, a additional ssh daemon will be started at port
'9004'.
Do you want to continue?
继续[yN]
< - y
确认您要进行升级:
Calculating the changes
Do you want to start the upgrade?
1 package is going to be removed. 29 new packages are going to be
installed. 392 packages are going to be upgraded.
You have to download a total of 236M. This download will take about 2
minutes with your connection.
Fetching and installing the upgrade can take several hours. Once the
download has finished, the process cannot be cancelled.
继续[yN]详细信息[d]
< - y
在升级过程结束时,您应该删除过时的软件包:
Remove obsolete packages?
28 packages are going to be removed.
继续[yN]详细信息[d]
< - y
服务器需要重新启动才能完成升级:
System upgrade is complete.
Restart required
To finish the upgrade, a restart is required.
If you select 'y' the system will be restarted.
继续[yN]
< - y
重新启动后,您的服务器正在运行Ubuntu 9.04。
3链接
- Ubuntu: http : //www.ubuntu.com/