resources.listでapt-getエラーIGNと冗長性を解決するには?

resources.listでapt-getエラーIGNと冗長性を解決するには?

私のシステム情報は次のとおりです

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 update2つの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私が考えるのに奇妙だと思われるGoogleリポジトリは含まれていません。

ベストアンサー1

これらのIgnメッセージはエラーではなく、単なる情報です。このInReleaseファイルはオプションであり、一部のリポジトリには含まれていません。

Googleリポジトリは独自のドキュメントに記載されています/etc/apt/sources.list.d

少なくとも上記の出力を考慮すると、リポジトリに冗長性がないようです。

おすすめ記事