红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

ubuntu新安装

发布时间:2008-03-17 16:01:39来源:红联作者:rchivedz
(注:已有grub)
首先在cn99源上下载最新的ubuntu的netboot所需文件,(两个),然后启动grub,用新文件引导即可。
安装时注意分区操作。
安装源选择中国,默认为artichment.ubuntu.cn,不用,选择手工输入。
主机名写ubuntu.cn99.com,归档文件夹默认即可。
安装好基本文件,选择安装套件时,选择goubuntu.
重启后,删除自己不需要的程序。
apt-get remove pidgin evolution bittorrent
apt-get remove rhythmbox eog juice-sound
apt-get remove gnome-games scim* bluetooth*
........
apt-get autoclean
apt-get autoremove
dpkg -l |grep ^rc|awk '{print $2}' |sudo xargs dpkg -P

升级源
apt-get update apt-get dist-upgrade

apt-get install eva fcixt
安装totem-xine播放器 apt-get install totem-xine
文章评论

共有 1 条评论

  1. beyondfly 于 2008-03-17 16:02:49发表:

    这个方法不错,大家可以试试