本文旨在解决安装caffe时,库文件下载失败报错的问题:writing more data than expected
切换到root权限下
将iptables这个文件(这个iptables文件后边给出来),保存到 /etc/network/下,然后再network目录下如下操作
iptables-save
iptables-restore < iptables
>> /etc/rc.local echo 'iptables-restore < iptables'
vi /etc/rc.local
iptables-save
打开rc.local文件之后,你会发现那句重定向的话,每次系统启动的时候都会iptables都会定向到这里。
然后试试
apt update
就可以顺利更新了。
iptables下载页 http://download.csdn.net/download/crazyeden/10051456