其实方法应该是是通用的
 
 
(一开始源要配置好:
 修改软件源APT-sources.list
 
#阿里云kali源
deb http://mirrors.aliyun.com/kali sana main non-free contrib
deb http://mirrors.aliyun.com/kali-security/ sana/updates main contrib non-free
deb-src http://mirrors.aliyun.com/kali-security/ sana/updates main contrib non-free
再
apt-get update & apt-get upgrade
 
 
首先从搜狗官网下载deb包,注意系统的位数即可
 
 
直接
 
 
用apt-get -f install 可以解决依赖,
之后再敲上面的dpkg命令即可,安装成功
 
 
安装完后,重启一下,ctrl+空格即可激活搜狗输入法,其实这是解决安装deb包有依赖的通用方法吧