kali2.0更新源启用中文输入法

时间:2020-12-04 17:58:58

kali2.0更新源启用中文输入法

查看版本信(Version):

uname -r

kali2.0更新源启用中文输入法

工具(Tools):

  1. fcitx
  2. fcitx fcitx-table-wbpy

更新源:(Source.list)

使用163的源,快速、稳定

deb http://mirrors.163.com/debian/ jessie main non-free contrib
deb http://mirrors.163.com/debian/ jessie-updates main non-free contrib
deb http://mirrors.163.com/debian/ jessie-backports main non-free contrib
deb-src http://mirrors.163.com/debian/ jessie main non-free contrib
deb-src http://mirrors.163.com/debian/ jessie-updates main non-free contrib
deb-src http://mirrors.163.com/debian/ jessie-backports main non-free contrib
deb http://mirrors.163.com/debian-security/ jessie/updates main non-free contrib
deb-src http://mirrors.163.com/debian-security/ jessie/updates main non-free contrib

更新指令:

(1)先备份

cd /etc/apt
ls
cp sources.list sources.list.bak

(2)更新并解决依赖关系

ls
vim sources.list
apt-get update

kali2.0更新源启用中文输入法

安装中文输入法

方法(Methods):

(1)打开命令行终端,输入以下命令进行安装五笔和拼音输入法:

apt-get install fcitx fcitx-table-wbpy

(2)安装结束(End):

reboot

(3)输入法配置:

点击ficitx进行简单设置,用法如下:

新建一个文档,使用Ctrl+空格,可以调出输入法,使用Ctrl+Shift,可以切换输入法。

共有三种输入法,分别是拼音、双拼、五笔拼音。

(4)特殊情况

如果出现问题,可能是因为没有软件源,依赖问题!

解决方法:

aptitude update
aptitude install ibus ibus-pinyin
apt-get install fcitx fcitx-googlepinyin

使用截图工具:

kali4.0自带截图工具
(Application)

若对你有用 请点个赞!!!

kali2.0更新源启用中文输入法

参考链接