随笔-18  评论-8  文章-0  trackbacks-0
升级了一下ubuntu,记录一下
  1. 激活root用户:
    sudo passwd root
  2. 修改源:
    sudo gedit /etc/apt/sources.list
    删除所有内容并添加如下信息(江苏省常州市电信):
    deb http://ubuntu.cn99.com/ubuntu/ edgy main restricted universe multiverse
    deb http://ubuntu.cn99.com/ubuntu/ edgy-security main restricted universe multiverse
    deb http://ubuntu.cn99.com/ubuntu/ edgy-updates main restricted universe multiverse
    deb http://ubuntu.cn99.com/ubuntu/ edgy-proposed main restricted universe multiverse
    deb http://ubuntu.cn99.com/ubuntu/ edgy-backports main restricted universe multiverse
    deb http://ubuntu.cn99.com/ubuntu-cn/ edgy main restricted universe multiverse
  3. 升级系统:
    sudo apt-get update
    sudo apt-get dist-upgrade
  4. 设置本地local环境:
    sudo dpkg-reconfigure locales
  5. 安装中文语言支持:
    do apt-get install language-pack-gnome-zh language-pack-gnome-zh-base language-pack-zh language-pack-zh-base language-support-zh
  6. 安装中文字体:
    sudo apt-get install ttf-arphic-ukai ttf-arphic-uming
  7. 安装编译环境:
    sudo apt-get install build-essential
  8. 更改 GRUB 菜单内开机系统的预设值
    sudo vi /boot/grub/menu.lst
    修改 ... default 0 ...
好了,注销一下电脑,再次登入后按 Ctrl + 空格键(激活输入法) 应该可以使用,并且整个界面都是中文的了。
posted on 2006-11-12 00:52 阿姆斯壮 阅读(467) 评论(0)  编辑  收藏 所属分类: Linux

只有注册用户登录后才能发表评论。


网站导航: