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 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내가 생각하기에 이상하다고 생각되는 Google 리포지토리는 포함되지 않습니다.

답변1

이러한 Ign메시지는 오류가 아니며 단지 정보일 뿐입니다. 이 InRelease파일은 선택 사항이며 일부 저장소에는 포함되어 있지 않습니다.

Google 저장소는 자체 문서에 설명되어 있습니다 /etc/apt/sources.list.d.

적어도 위의 출력을 고려하면 저장소에 중복성이 없는 것 같습니다.

관련 정보