竹子建站教程,go网站做富集分析,网站开发挣不挣钱,网站首页轮播图怎么做的方法1#xff1a;清除缓存并更新
sudo apt-get clean sudo apt-get update
如果还不行 那可能是网络故障#xff0c;请挂VPN 方法2#xff1a; 1.编辑/etc/apt/sources.list#xff0c;找到行 deb http://extra.ubuntu.com... 把这些行注释掉#xff0c;保存…方法1清除缓存并更新
sudo apt-get clean sudo apt-get update
如果还不行 那可能是网络故障请挂VPN 方法2 1.编辑/etc/apt/sources.list找到行
deb http://extra.ubuntu.com... 把这些行注释掉保存退出 apt-get update 方法3 Just remove the content of /var/lib/apt/lists directory:
sudo rm -fR /var/lib/apt/lists/*then run:
sudo apt-get update