Linux安装中文输入法 ibus

给linux装中文输入法,用ibux,指令如下:
$: sudo apt-get install ibus ibus-clutter ibus-gtk ibus-gtk3 ibus-qt4

安装失败,执行显示如下:
[sudo] password for xxx: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
ibus is already the newest version.
ibus-gtk is already the newest version.
E: Couldn't find package ibus-gtk3

网上找了一下,发现是包版本过旧,所以需要更新:
$:sudo apt-get update

然后系统会提示安装更新包 更新完后执行就可以了

具体的安装命令见
详细参考:http://wiki.ubuntu.org.cn/IBus

你可能感兴趣的:(Linux)