PHPz2017-04-17 16:00:18
Edit /etc/apt/sources.list
nano /etc/apt/sources.list
Clear all content in the file and add it
deb http://mirrors.ustc.edu.cn/kali kali-rolling main contrib non-free
Save and exit
Run the following commands in sequence
apt-get update
apt-get upgrade
apt-get dist-upgrade
Complete
http://pinyin.sogou.com/linux... Download the installation file according to whether you are installing a 32-bit or 64-bit system
Take the 64-bit installation package as an example, install it after downloading
dpkg -i sogoupinyin_2.1.0.0082_amd64.deb
apt-get -f install
dpkg -i sogoupinyin_2.1.0.0082_amd64.deb
rm /etc/apt/sources.list.d/sogoupinyin.list
roboot
After logging in to the system, you can use Ctrl + Backspace to call out the input method
You can also use GDebi
to install
apt-get install gdebi
gdebi sogoupinyin_2.1.0.0082_amd64.deb
rm /etc/apt/sources.list.d/sogoupinyin.list
roboot