根据this How to install software or upgrade from an old unsupported release? 问题,EOL 版本存档到http://old-releases.ubuntu.com。
但是目前,我看不到 Ubuntu 12.10 和 Ubuntu 13.04 在此网站上可用,而所有其他版本(自 4.10 起)都可用,如下面的屏幕截图所示

那么规范和/或 Ubuntu 开发团队是否决定不再归档 EOL 版本?还是要完成工作?
我是 Ubuntu 新手。我正在尝试从软件中心下载 Okular pdf 阅读器,但出现了一些错误。起初它要求安装来自未经验证的源的软件包,当我单击使用此源时,它会执行类似的操作
更新缓存 
然后过了一段时间它向我显示了这个错误:

我读到这个问题“需要安装不受信任的软件包?” 并尝试使用以下方法重建第一个答案中给出的缓存:
sudo apt-get clean
cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get clean
sudo apt-get update
Run Code Online (Sandbox Code Playgroud)
并得到这个输出:
yogeshwardancharan@ubuntu:~$ sudo apt-get clean
[sudo] password for yogeshwardancharan:
yogeshwardancharan@ubuntu:~$ cd /var/lib/apt
yogeshwardancharan@ubuntu:/var/lib/apt$ sudo mv lists lists.old
yogeshwardancharan@ubuntu:/var/lib/apt$ sudo mkdir -p lists/partial
yogeshwardancharan@ubuntu:/var/lib/apt$ sudo apt-get clean
yogeshwardancharan@ubuntu:/var/lib/apt$ sudo apt-get update
Get:1 http://dl.google.com stable Release.gpg [198 B]
Get:2 http://dl.google.com stable Release.gpg [198 B]
Get:3 http://dl.google.com stable Release [1,347 B] …Run Code Online (Sandbox Code Playgroud)