beef install mirrors.neusoft.edu.cn 失败
kali 安装beef的时候,install总是提示 mirrors.neusoft.edu.cn 连不上
解决办法 install采用apt安装方式,编辑/etc/apt/sources-list
注释掉原来的,增加以下:
deb http://http.kali.org/kali kali-rolling main contrib non-free
deb http://old.kali.org/kali sana main non-free contrib
Gemfile中由于墙的原因,国内域名已经更换为
https://gems.ruby-china.com
安装 curl dev 库
sudo apt-get install libcurl4-openssl-dev
报错
he following packages have unmet dependencies:
libcurl4-openssl-dev : Depends: libcurl3 (= 7.38.0-4+deb8u16) but it is not going to be installed
解决办法:
sudo apt-get install libcurl3
sudo apt-get update && sudo apt-get install curl
sudo apt-get install libcurl4-openssl-dev
版权声明:本文为myidea999原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。