|
发表于 2009-7-16 05:05:58
|
显示全部楼层
Have you installed scim in you computer and is you locale simplified Chinese?
If so, you should be able to input Chinese with scim.
Try to install im-switch with command
sudo apt-get install im-switch
and then run
im-switch -s scim
If you're not sure if scim has been installed, run
dpkg -l scim-pinyin
to check if scim and pinyin module(scim-pinyin) has been installed. You just need to check scim-pinyin since scim-pinyin depends on scim.
Then restart X when you finished all above. You should be able to use scim then.
Show your problem more clearly if you still have problem. You can open a terminal in X, type "scim" and show us the output on the terminal if scim cannot be started correctly. Ubuntu and debian support Chinese very well.
=============================
OK, back to your problem, it seems that the package is replaced. But I have found deb pack of "dpkg-dev" in mirror of ubuntu. Try to update your database with
sudo apt-get update
and try again. |
|