오류를 일으키는 사용자 정의 Nexus apt 저장소 설정

오류를 일으키는 사용자 정의 Nexus apt 저장소 설정

Sonatype nexus에 호스팅된 apt 저장소가 구성되어 있고 이를 내 로컬 Debian 컴퓨터에서 구성하려고 합니다.

/etc/apt/sources.list.d/cust-repository.list문서:

deb [trusted=yes] https://nexusrepourl.org/repository/apt/ bullseye main

apt-get 업데이트를 수행하려고 하면 다음 오류가 발생합니다.

Err:7 https://nexusrepourl.org/repository/apt bullseye/main amd64 Packages
  404  dists/bullseye/main/binary-amd64/Packages.xz [IP: xx.xx.xx.xxx 443]
Ign:8 https://nexusrepourl.org/repository/apt bullseye/main all Packages
Ign:9 https://nexusrepourl.org/repository/apt bullseye/main Translation-en
Reading package lists... Done
E: Failed to fetch https://nexusrepourl.org/repository/apt/dists/bullseye/main/binary-amd64/Packages  404  dists/bullseye/main/binary-amd64/Packages.xz [IP: xx.xx.xx.xxx 443]
E: Some index files failed to download. They have been ignored, or old ones used instead.

/var/lib/apt/lists/에서 공식 문서에 언급된 모든 파일을 제거했습니다.https://help.sonatype.com/en/apt-repositories.html

누구든지 이 문제를 해결하는 방법을 이해하도록 도와주세요. 감사해요.

관련 정보