安装breezy后也能用这些设置吗?
发表于 : 2005-10-04 17:10
我刚安装了breezy,按设置指南设置发现好像都是针对hoary的.而且运行总出问题,这些设置是不是要针对breezy改一改?
修改你的源,并升级到最新的系统:
sudo gedit /etc/apt/sources.list在编辑器里,删除所有东西,并在加上下面的行:
deb http://archive.ubuntu.org.cn/ubuntu hoary main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu hoary-security main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu hoary-updates main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu-cn hoary main universe multiverse restricted
deb http://archive.ubuntu.org.cn/backports hoary-backports main universe multiverse restricted
deb http://archive.ubuntu.org.cn/backports hoary-extras main universe multiverse restricted保存,关闭编辑器
系统升级(如果出现需要输入[Y/n] 或 [y/N] 一律输入 y 并 回车):
sudo apt-get update
sudo apt-get dist-upgrade设置本地local环境:
sudo dpkg-reconfigure locales 确保 zh_CN.UTF-8 被选择,同时也默认local为 zh_CN.UTF-8
安装中文语言支持:
sudo apt-get install language-pack-zh language-pack-zh-base language-support-zh安装中文字体(如果出现需要输入[Y/n] 或 [y/N] 一律输入 y 并 回车):
sudo apt-get install ttf-arphic-newsung
sudo apt-get install ttf-vera-yuan安装输入法,你可以在SCIM和fcitx输入法中任选一种安装
SCIM:
sudo apt-get install scim scim-gtk2-immodule scim-modules-socket scim-modules-table scim-pinyin scim-tables-zh scim-input-pad
sudo sh -c " echo 'export XMODIFIERS=@im=SCIM ; export GTK_IM_MODULE="scim" ; scim -d ' > /etc/X11/Xsession.d/95xinput "
sudo chmod +755 /etc/X11/Xsession.d/95xinput
目前就做了这些,出了好几个错误.好像都是在网络上找不到文件.
修改你的源,并升级到最新的系统:
sudo gedit /etc/apt/sources.list在编辑器里,删除所有东西,并在加上下面的行:
deb http://archive.ubuntu.org.cn/ubuntu hoary main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu hoary-security main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu hoary-updates main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu-cn hoary main universe multiverse restricted
deb http://archive.ubuntu.org.cn/backports hoary-backports main universe multiverse restricted
deb http://archive.ubuntu.org.cn/backports hoary-extras main universe multiverse restricted保存,关闭编辑器
系统升级(如果出现需要输入[Y/n] 或 [y/N] 一律输入 y 并 回车):
sudo apt-get update
sudo apt-get dist-upgrade设置本地local环境:
sudo dpkg-reconfigure locales 确保 zh_CN.UTF-8 被选择,同时也默认local为 zh_CN.UTF-8
安装中文语言支持:
sudo apt-get install language-pack-zh language-pack-zh-base language-support-zh安装中文字体(如果出现需要输入[Y/n] 或 [y/N] 一律输入 y 并 回车):
sudo apt-get install ttf-arphic-newsung
sudo apt-get install ttf-vera-yuan安装输入法,你可以在SCIM和fcitx输入法中任选一种安装
SCIM:
sudo apt-get install scim scim-gtk2-immodule scim-modules-socket scim-modules-table scim-pinyin scim-tables-zh scim-input-pad
sudo sh -c " echo 'export XMODIFIERS=@im=SCIM ; export GTK_IM_MODULE="scim" ; scim -d ' > /etc/X11/Xsession.d/95xinput "
sudo chmod +755 /etc/X11/Xsession.d/95xinput
目前就做了这些,出了好几个错误.好像都是在网络上找不到文件.