红联Linux门户
Linux帮助

从ubuntu 6.06升级到6.10的方法

发布时间:2006-10-09 01:23:03来源:红联作者:chxuemei
1、使用 Update Manager 升级:

如果想从Ubuntu 6.06 LTS 升级到 6.10,只要运行下面命令:
gksu "update-manager -c -d"

2、使用 apt-get 升级:

[code] sudo apt-get install ubuntu-desktop
sudo vi /etc/apt/sources.list
sudo sed -e 's/\sdapper/ edgy/g' -i /etc/apt/sources.list
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get -f install sudo dpkg --configure -a
# reboot[/code]
文章评论

共有 0 条评论