我一直在偷看 ubuntu 存储库,我看到四个文件夹,multiverse、universe、restricted 和 main。它们代表什么?
我访问的所有密钥服务器都超时了。我需要在不检查公钥签名的情况下安装软件包。有没有办法绕过所有签名检查/忽略所有签名错误或愚蠢地认为签名通过了?
我的笔记本电脑上安装了 Ubuntu 13.10。升级 Windows 后,我尝试通过此处Boot Repair提到的这些命令恢复 grub :
sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
Run Code Online (Sandbox Code Playgroud)
但是当我运行第一个命令时,我收到此错误:
Cannot add PPA: 'ppa:yannubuntu/boot-repair'.
Please check that the PPA name or format is correct.
Run Code Online (Sandbox Code Playgroud)
有什么问题?
我在 askubuntu 上找到了一个过时的安装 Adobe Reader 的解决方案。
我按照步骤操作,但在使用更新我的源代码后sudo apt-get update,出现以下错误:
Hit:1 http://archive.ubuntu.com/ubuntu artful InRelease
Ign:2 http://archive.canonical.com precise InRelease
Get:4 http://archive.canonical.com precise Release [8,180 B]
Get:5 http://archive.canonical.com precise Release.gpg [198 B]
Ign:5 http://archive.canonical.com precise Release.gpg
Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:6 http://dl.google.com/linux/chrome/deb stable Release
Reading package lists... Done
W: GPG error: http://archive.canonical.com precise Release: The
following signatures were invalid:
630239CC130E1A7FD81A27B140976EAF437D05B5
E: The repository 'http://archive.canonical.com precise Release' is
not signed.
N: Updating from such a repository can't be …Run Code Online (Sandbox Code Playgroud)