ubuntu安装fcitx输入法

关于fcitx的安装有很网友写了文章,虽然很好,但需要不少的配置,ubuntu版本不同配置也不尽相同,对于菜鸟(我也是其中之一),经过研究,后来我找到一种办法,只需要几个命令,以供网友(尤其是菜鸟)参考。
我用的vmware,unbuntu版本DISTRIB_RELEASE=11.10。
首先,配置ubuntu,使之能够上网(自己查资料)。
然后运行下面命令:
1.apt-cache search fcitx
该命令用于到ubuntu库中搜索该软件,如果能够成功你应该能够看到下面内容(或者略有变化):
fcitx - Free Chinese Input Toy for X (XIM)
fcitx-config-common - graphic fcitx configuration tool - common files
fcitx-config-gtk - graphic fcitx configuration tool
fcitx-data - Data files of Free Chinese Input Toy for X (XIM)
fcitx-sunpinyin - fcitx wrapper for Sunpinyin IM engine
fcitx-table-all - Tables of Free Chinese Input Toy for X (XIM) - meta package
fcitx-table-bingchan - Bingchan table of Free Chinese Input Toy for X (XIM)
fcitx-table-cangjie - Cangjie table of Free Chinese Input Toy for X (XIM)
fcitx-table-dianbaoma - Dianbaoma table of Free Chinese Input Toy for X (XIM)
fcitx-table-erbi - Erbi table of Free Chinese Input Toy for X (XIM)
fcitx-table-wanfeng - Wanfeng table of Free Chinese Input Toy for X (XIM)
fcitx-table-wbpy - Wubi-pinyin table of Free Chinese Input Toy for X (XIM)
fcitx-table-wubi - Wubi table of Free Chinese Input Toy for X (XIM)
fcitx-table-ziranma - Ziranma table of Free Chinese Input Toy for X (XIM)
fcitx-tools - Tools for Free Chinese Input Toy for X (XIM)
注意:这个命令有时候可能会输出一些其他很少一些内容,通常只有一两行(在我的系统中发生过),这时候
等一会儿再次运行该命令,实在不行就注销、重启。
2.依次运行下面几个命令(如果你用root用户登陆则不必带sudo):
sudo apt-get install fcitx
sudo apt-get install fcitx-config-common
sudo apt-get install fcitx-config-gtk
sudo apt-get install fcitx-data - Data
sudo apt-get install fcitx-sunpinyin
我就安装了这几个,其它如果有需要就装。
3.配置输入法
打开application管理器,找到language surpport程序,打开,可能会弹出一个对话框,提示安装某些软件,那就安装吧,等待...,安装完毕就可以操作"language support"对话框了,该对话框的最下面有一个选择框:
“Keyboard input method system”,选择fcitx.关闭该对话框。
4.重启ubuntu.
5.能够看到任务栏上有fctix语言栏(左边是一个小企鹅)。
6.打开一个文本文件,试试吧,如果不是中文点击一下ctrl+space,如果还不行,右键点击这个语言栏,出现一个菜单,这个就是设置菜单,相信你知道怎么配置。

你可能感兴趣的:(职场,休闲,ubuntu输入法,fcixt输入法,fcitx安装)