나는 때때로 많은 구성 요소를 포함하는 저장소를 발견합니다. 적어도 그것이라고 생각합니다. 예를 들어 불면증이 포함된 저장소입니다. 이 리포지토리를 추가한 후 apt update를 실행하면 apt update는 다양한 구성 요소를 검사하지만 대부분은 적중하지도 않습니다.
적절한 업데이트에 이러한 구성 요소가 포함되지 않도록 하는 방법이 있습니까? 아래에 적절한 업데이트 출력의 단축 버전을 제공했습니다.
$ sudo apt update
Hit:1 http://deb.debian.org/debian bullseye InRelease
Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
Hit:4 http://deb.debian.org/debian buster-backports InRelease
Ign:14 https://download.konghq.com/insomnia-ubuntu default InRelease
Ign:16 https://download.konghq.com/insomnia-ubuntu default Release
Ign:17 https://download.konghq.com/insomnia-ubuntu default/all all Packages
Ign:18 https://download.konghq.com/insomnia-ubuntu default/all amd64 Packages
Ign:19 https://download.konghq.com/insomnia-ubuntu default/all Translation-en_US
Ign:20 https://download.konghq.com/insomnia-ubuntu default/all Translation-en
Ign:21 https://download.konghq.com/insomnia-ubuntu default/all amd64 DEP-11 Metadata
답변1
이를 수행하는 방법은 여러 가지가 있습니다. 이 경우 변경 범위를 제한하는 가장 좋은 방법은 특정 저장소가 해당 패키지 인덱스만 업데이트하도록 지정하는 것입니다.
이를 설정하려면 해당 sources.list
항목( 의 /etc/apt/sources.list
또는 의 파일 /etc/apt/sources.list.d
)을 편집하여 다음으로 끝나도록 합니다.
deb [target=Packages]
완료되면 apt
이 저장소에서 다른 색인이 검색되지 않습니다.