Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
ubuntu老谋深算的来源到哪里去了?_Ubuntu_Aptitude - Fatal编程技术网

ubuntu老谋深算的来源到哪里去了?

ubuntu老谋深算的来源到哪里去了?,ubuntu,aptitude,Ubuntu,Aptitude,我无法获取apt get中的错误: 无法获取 404未找到[IP:91.189.91.23 80] 我以为这是源代码错误,或者DNS错误,但是/dists/wily/在us.archive.ubuntu.com上真的不存在了。我试过的几面镜子中也没有。它去哪里了?现在什么是有效的wily源?wily版本位于EOL(生命结束):不再受支持 通过设置旧版本存储库的使用,必须按照以下步骤使用apt get: 1) 使用sudo修改文件/etc/apt/sources.list,例如: sudo na

我无法获取apt get中的错误:

无法获取 404未找到[IP:91.189.91.23 80]


我以为这是源代码错误,或者DNS错误,但是/dists/wily/在us.archive.ubuntu.com上真的不存在了。我试过的几面镜子中也没有。它去哪里了?现在什么是有效的wily源?

wily版本位于
EOL
(生命结束):不再受支持

通过设置旧版本存储库的使用,必须按照以下步骤使用apt get:

1) 使用
sudo
修改文件
/etc/apt/sources.list
,例如:

sudo nano /etc/apt/sources.list
2) 投入:

deb http://old-releases.ubuntu.com/ubuntu/ wily main universe restricted multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ wily main universe restricted multiverse

deb http://old-releases.ubuntu.com/ubuntu/ wily-security main universe restricted multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ wily-security main universe restricted multiverse

deb http://old-releases.ubuntu.com/ubuntu/ wily-updates main universe restricted multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ wily-updates main universe restricted multiverse
3) 保存文件

4) do:
sudo apt get update