Kali下安裝中文輸入法


    1、打開終端;
    2、使用vim或者gedit打開 /etc/apt 目錄下的sources.list
   
   
   
           
  1. vim /etc/apt/sources.list 或者
  2. gedit /etc/apt/sources.list
    3、添加如下一些鏡像源(速度會快點而已)
   
   
   
           
  1. deb http://http.kali.org/kali kali main non-free contrib
  2. deb-src http://http.kali.org/kali kali main non-free contrib
  3. deb http://security.kali.org/kali-security kali/updates main contrib non-free
  4. deb http://ftp.sjtu.edu.cn/debian wheezy main non-free contrib
  5. deb-src http://ftp.sjtu.edu.cn/debian wheezy main non-free contrib
  6. deb http://ftp.sjtu.edu.cn/debian wheezy-proposed-updates main non-free contrib
  7. deb-src http://ftp.sjtu.edu.cn/debian wheezy-proposed-updates main non-free contrib
  8. deb http://ftp.sjtu.edu.cn/debian-security wheezy/updates main non-free contrib
  9. deb-src http://ftp.sjtu.edu.cn/debian-security wheezy/updates main non-free contrib
  10. deb http://mirrors.163.com/debian wheezy main non-free contrib
  11. deb-src http://mirrors.163.com/debian wheezy main non-free contrib
  12. deb http://mirrors.163.com/debian wheezy-proposed-updates main non-free contrib
  13. deb-src http://mirrors.163.com/debian wheezy-proposed-updates main non-free contrib
  14. deb-src http://mirrors.163.com/debian-security wheezy/updates main non-free contrib
  15. deb http://mirrors.163.com/debian-security wheezy/updates main non-free contrib
    4、保存,然后終端輸入:
   
   
   
           
  1. apt-get update
  2. apt-get upgrade
    5、安裝中文輸入法,終端輸入一下任意一種方式即可。
   
   
   
           
  1. #拼音五筆
  2. apt-get install fcitx-table-wbpy ttf-wqy-microhei ttf-wqy-zenhei  
  3. #經典的ibus
  4. apt-get install ibus ibus-pinyin
  5. # fcit
  6. apt-get install fcitx fcitx-pinyin fcitx-module-cloudpinyin fcitx-googlepinyin
    6、最后重啟后就可切換中文輸入法了。(Ctrl+Space)


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM