我的系统信息如下
mme@host:~/Downloads$ hostnamectl
Static hostname: host
Icon name: computer-laptop
Chassis: laptop
Machine ID: 12242323423423
Boot ID: 545435435
Operating System: Debian GNU/Linux 9 (stretch)
Kernel: Linux 4.9.0-6-amd64
Architecture: x86-64
当我运行时,apt-get update
我收到两个 IGN 错误:
mme@host:~/Downloads$ sudo apt-get update
[sudo] password for mme:
Hit:1 http://ftp.debian.org/debian stretch-backports InRelease
Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease
Ign:3 http://ftp.de.debian.org/debian stretch InRelease
Hit:4 http://dl.google.com/linux/chrome/deb stable Release
Hit:5 http://ftp.de.debian.org/debian stretch-updates InRelease
Get:6 http://security.debian.org/debian-security stretch/updates InRelease [63.0 kB]
Hit:8 http://ftp.de.debian.org/debian stretch Release
Hit:10 https://download.sublimetext.com apt/stable/ InRelease
Fetched 63.0 kB in 0s (69.1 kB/s)
Reading package lists... Done
mme@host:~/Downloads$
现在我想知道如何解决这个问题以及我的存储库是否有任何冗余。
/etc/apt/sources.list
不包括我认为也很奇怪的谷歌存储库。
答案1
这些Ign
消息不是错误,它们只是信息。该InRelease
文件是可选的,有些存储库不包含它。
Google 存储库在其自己的文件中进行了描述/etc/apt/sources.list.d
。
您的存储库中似乎没有任何冗余,至少考虑到上面的输出。