分页: 1 / 1

[讨论]没办法安装中文支持了 求救

发表于 : 2007-11-21 22:18
bluesky4485
System->Administration->Language Support 中没有chinese选项了,只有一个english的checkbox,而且选上了还没反应,点了后有变成没选上了,想安装中文输入法,该怎么解决啊?

发表于 : 2007-11-23 3:26
biosxjj
ding wo ye shi yu men ne :cry:

re

发表于 : 2007-11-23 11:43
leeco
1. 设置软件源
sudo gedit /etc/apt/sources.list
删除其中内容,然后写入如下内容,保存
deb http://ubuntu.cn99.com/ubuntu gutsy main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu gutsy main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu gutsy-backports main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu gutsy-backports main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu gutsy-proposed main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu gutsy-proposed main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu gutsy-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu gutsy-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu gutsy-updates main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu gutsy-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ gutsy main universe restricted multiverse
deb-src http://archive.ubuntu.com/ubuntu/ gutsy main universe restricted multiverse #Added by software-properties
deb http://archive.canonical.com/ubuntu dapper-commercial main

2. 更新软件包信息:
sudo apt-get update

发表于 : 2007-11-24 13:40
lamhb
我的也是這樣, 無法設置中文環境, 郁悶死了

发表于 : 2007-11-27 13:17
wangshuchong
是源设置问题:
在applications-add/remove在对话框中选择Preferenoes按钮
在software sources窗口中找到Download from 点击后面然后选择other,再找到中国选择后面的地址,应用一下就可以了!

发表于 : 2007-11-28 10:29
ztfree
try:

代码: 全选


~$sudo apt-get install language-support-zh

~$sudo dpkg-reconfigure -a locale

~$sudo  vi /etc/environment

按照顺序加入代码,
LC_ALL="zh_CN.UTF-8"
LANG="zh_CN.UTF-8"
LANGUAGE="zh_CN.UTF-8:zh:en_US:en"

CTRL + ALT + Backspace or reboot .