Kali Chinese Input Method

Kali was installed again today and recorded (this thing is becoming more and more proficient)

Notebook-second-hand Mi Pro just bought from school girl

The original system-Windows10 (to install dual systems)

Insert U disk->installation->complete

Chinese input method configuration:

--------------- (1 change source + update) -----------------

vim /etc/apt/sources.list (After Kali is installed, there is no leafpad and I am not very good at vim, so I rely on Baidu)

Press "i" to enter the input mode, and paste into Aliyuan

Esc key to enter command mode

":" Enter the bottom line mode, enter wq to save and exit

apt-get update

apt-get upgrade (enter Y twice)

----------------- (2 install input method) ------------------

apt-get install ibus (install Kali several times and strongly recommend ibus)

apt-get install ibus-pinyin

------------------(3 configure input method) ------------------

im-config (if it fails, follow the prompts to install apt-get install zenity and enter this command again)

The default input method is ibus

Menu bar search ibus --> Chinese --> Pin

reboot reboot

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

#中科大
deb http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib
deb-src http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib
 
#阿里云
deb http://mirrors.aliyun.com/kali kali-rolling main non-free contrib
deb-src http://mirrors.aliyun.com/kali kali-rolling main non-free contrib
 
#清华大学
deb http://mirrors.tuna.tsinghua.edu.cn/kali kali-rolling main contrib non-free
deb-src https://mirrors.tuna.tsinghua.edu.cn/kali kali-rolling main contrib non-free
 
#浙大
deb http://mirrors.zju.edu.cn/kali kali-rolling main contrib non-free
deb-src http://mirrors.zju.edu.cn/kali kali-rolling main contrib non-free
 
#东软大学
deb http://mirrors.neusoft.edu.cn/kali kali-rolling/main non-free contrib
deb-src http://mirrors.neusoft.edu.cn/kali kali-rolling/main non-free contrib
 
#官方源
deb http://http.kali.org/kali kali-rolling main non-free contrib
deb-src http://http.kali.org/kali kali-rolling main non-free contrib
 
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

Guess you like

Origin blog.csdn.net/Hsk_03/article/details/106346598