标签:google update 中源
安装过程中提示包依赖问题,但是安装该包又提示没有。但更新apt-get又没有找到。
解决方法:
更新source.list文件中源的地址
|
运行apt-get update 重新获取包
安装需要的包依赖
提示还缺少其他包,那就强制安装 apt-get -f install
再安装google,dpkg -i google*
完成安装!
kali——google安装
原文地址:http://2042617.blog.51cto.com/2032617/1707515