最近我在旧机器上安装了旧版本的 Ubuntu。每当我尝试安装任何软件时,都会收到一条错误消息,说找不到它:
$ sudo apt-get install vlc
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package vlc
Run Code Online (Sandbox Code Playgroud) upgrade package-management support repository release-management
我昨天尝试安装 VLC Player,但Requires installation of untrusted packages
出现错误。我搜索了几个小时来解决这个问题,最后得到一个建议,说要更改服务器以从中下载更新。我这样做了,当我单击更新管理器中的“检查”时,它给了我 404 错误。我尝试将我的服务器切换回主服务器(之后,还有其他几个),但我现在仍然收到 404 错误:
下载或更新时遇到的另一个错误:
编辑:输出cat /etc/apt/sources.list
:
deb-src http://us.archive.ubuntu.com/ubuntu/ precise main restricted #Added by software-properties
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ precise main restricted multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ precise multiverse universe #Added by software-properties
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ precise-updates main restricted multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ precise-updates restricted main multiverse …
Run Code Online (Sandbox Code Playgroud) 自 2014 年 5 月起不再支持Ubuntu 12.10 。
为什么http://old-releases.ubuntu.com/ 上没有存档版本?