Chinaunix首页 | 论坛 | 博客
  • 博客访问: 711597
  • 博文数量: 96
  • 博客积分: 2110
  • 博客等级: 大尉
  • 技术积分: 1018
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-23 19:36
文章分类

全部博文(96)

文章存档

2013年(2)

2012年(17)

2011年(77)

分类: LINUX

2012-12-06 20:23:02

我的安装前提是ubuntu系统已经安装ibus软件,里面也同样有一些pinyin的输入法,但是一点都不好用。
我安装的输入法在ibus中显示的是一个蓝色的大拼,如后面:“拼pinyin”,
sudo apt-get install ibus-pinyin,就会安装下面3个packages,2个是额外。
Reading state information... Done
The following extra packages will be installed:
  ibus-pinyin-db-open-phrase pinyin-database
The following NEW packages will be installed:
  ibus-pinyin ibus-pinyin-db-open-phrase pinyin-database
0 upgraded, 3 newly installed, 0 to remove and 496 not upgraded.

网上还有提示安装apt-get install ibus-pinyin-db-android,这个我没有装,同样能够使用,但是建议还是安装上。
然后在system->perference中打开ibus就可以了。唯一的不好处就是每次开机使用都要手动system->perfernce->ibus.
以后有时间研究下,看看能不能加到启动项。

由于误操作,没写完直接回车。看到了不一样的log可以学习下。装的时候 ibus-pinyin ibus-pinyin-db-open-phrase pinyin-database3个一起装,但是卸载的时候需要用apt-get autoremove将  ibus-pinyin-db-open-phrase pinyin-database
这两个移除。而且卸载的时候将 ibus ibus-m17n ibus-pinyin ibus-table这4个卸载了。

ubuntu@ubuntu-desktop:~$ sudo apt-get install ibus-
Reading package lists... 0%
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following packages were automatically installed and are no longer required:
  ibus-pinyin-db-open-phrase pinyin-database
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  ibus ibus-m17n ibus-pinyin ibus-table
0 upgraded, 0 newly installed, 4 to remove and 496 not upgraded.
After this operation, 5,931kB disk space will be freed.
(Reading database ... 131072 files and directories currently installed.)
Removing ibus-table ...
Removing ibus-pinyin ...
Removing ibus-m17n ...
Removing ibus ...
Processing triggers for man-db ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for desktop-file-utils ...
Processing triggers for python-gmenu ...
Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...
Processing triggers for python-support ...

阅读(1840) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~