[question] unsecess install language-support-zh

系统字体配置、中文显示和输入法问题
回复
daisyzhou45
帖子: 6
注册时间: 2008-02-19 10:30

[question] unsecess install language-support-zh

#1

帖子 daisyzhou45 » 2008-02-19 14:31

when i type "sudo apt-get install language-support-zh"
it's said:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
language-support-zh: Depends: scim-chewing but it is not going to be installed
Depends: scim-pinyin but it is not going to be installed
Depends: scim-tables-zh but it is not going to be installed
E: Broken packages

What's wrong with my system?
rocky22
帖子: 684
注册时间: 2008-02-17 22:29
来自: 江苏

#2

帖子 rocky22 » 2008-02-22 21:50

参考一下这个帖子:
viewtopic.php?t=93733

应该先换一下源,然后在语言支持里就能看到列表了。
你看到的提示,是说这个包依赖SCIM的几个包,而SCIM这些包都没装,所以不能安装。
头像
princelai
帖子: 920
注册时间: 2007-01-06 21:00
联系:

#3

帖子 princelai » 2008-02-23 20:32

language-support-zh: Depends: scim-chewing but it is not going to be installed
Depends: scim-pinyin but it is not going to be installed
Depends: scim-tables-zh but it is not going to be installed
E: Broken packages
上面这句话是关键,意思是那个语言包依赖于SCIM,包错误
你运行

代码: 全选

sudo apt-get install scim-chewing scim-pinyin scim-tables-zh
然后再安装
回复