我是 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)