Debian 8에서 apt-get 업데이트로 인해 발생하는 "얻을 수 없음" 오류를 해결하는 방법

Debian 8에서 apt-get 업데이트로 인해 발생하는 "얻을 수 없음" 오류를 해결하는 방법

Debian 11 Bullseye로 업그레이드하려고 할 때 Debian 8 Jessie에서 문제가 발생했습니다. 문제는 제가 제거한 Letsencrypt certbot의 이전 버전에서 발생한 것 같았지만 여전히 문제가 있었습니다.

lsb_release-a

No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 8.11 (jessie)
Release:        8.11
Codename:       jessie

이것은 source_list 파일의 내용입니다

나노/etc/apt/sources.list

deb http://deb.debian.org/debian/ bullseye main
deb-src http://deb.debian.org/debian/ bullseye main
deb http://deb.debian.org/debian/ bullseye-updates main
deb-src http://deb.debian.org/debian/ bullseye-updates main
deb http://security.debian.org/debian-security bullseye-security main
deb-src http://security.debian.org/debian-security bullseye-security main

적절한 업데이트 받기

    W: Failed to fetch http://ppa.launchpad.net/certbot/certbot/ubuntu/dists/jessie/main/binary-amd64/Packages  404  Not Found [IP: 185.125.190.52 80]
    
    W: Failed to fetch http://ppa.launchpad.net/ondrej/php/ubuntu/dists/jessie/main/binary-amd64/Packages  404  Not Found [IP: 185.125.190.52 80]
    
    W: Failed to fetch https://packages.sury.org/php/dists/jessie/main/binary-amd64/Packages  server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
    
    E: Some index files failed to download. They have been ignored, or old ones used instead.

적절한 업그레이드

Err https://packages.sury.org/php/ jessie/main libpcre3 amd64 2:8.43-1+0~20190710.6+debian8~1.gbpbfc49f
  server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

E: Failed to fetch https://packages.sury.org/php/pool/main/p/pcre3/libpcre3_8.43-1+0~20190710.6+debian8~1.gbpbfc49f_amd64.deb  server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

apt-get clean, apt-get autoclean 및 apt-get autoremove를 시도했는데 오류 없이 실행되었습니다.

apt-get이 자동으로 삭제됩니다.

Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 4281 not upgraded.

이 문제를 해결하는 데 도움이 될 수 있는 단서가 있는 사람이 있나요?

편집: 쓸모없는 파일을 삭제한 후 /etc/apt/sources.list.d다음을 얻었습니다.

적절한 업데이트 받기

W: Failed to fetch https://packages.sury.org/php/dists/jessie/main/binary-amd64/Packages  server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

E: Some index files failed to download. They have been ignored, or old ones used instead.

apt-get이 자동으로 삭제됩니다.

E: /usr/share/initramfs-tools/hooks/growroot는 1로 실패합니다. update-initramfs: /boot/initrd.img-3.16.0-10-amd64는 1로 실패합니다. dpkg: 패키지 initramfs-tools를 처리하는 동안 오류( --configure): 설치된 initramfs-tools 패키지가 설치된 후 스크립트 하위 프로세스가 오류 종료 상태 1을 반환했습니다. 처리 중 오류가 발생했습니다. initramfs-tools E: 하위 프로세스 /usr/bin/dpkg가 오류 코드(1)를 반환했습니다.

해결됨: /etc/apt/sources.list.d의 내용을 삭제합니다.

관련 정보