VPS에 데비안이 있고 "sudo apt-get update"를 수행하면 다음과 같이 실패합니다.
Reading package lists... Done
W: Failed to fetch http://apt.pm2.io/ubuntu/dists/stable/InRelease Could not resolve 'apt.pm2.io'
W: Some index files failed to download. They have been ignored, or old ones used instead.
내 source.list 파일 :
deb http://deb.debian.org/debian/ buster main
deb-src http://deb.debian.org/debian/ buster main
deb http://deb.debian.org/debian/ buster-updates main
deb-src http://deb.debian.org/debian/ buster-updates main
deb http://security.debian.org/debian-security buster/updates main
deb-src http://security.debian.org/debian-security buster/updates main
일부 소스 목록 링크를 교체해야 하는 곳을 읽었지만 "apt.pm2"를 찾을 수 없습니까?
답변1
sudo rm /etc/apt/sources.list.d/pm2.list
수정했나요?