ubuntu 20.04 Err:7 http://ppa.launchpad.net/certbot/certbot/ubuntu focal Release 404 Not Found [IP: 185.125.190.52 80]

2023. 9. 18. 09:19카테고리 없음

root@cfpp020:~# sudo apt update
Hit:1 http://mirror.lstn.net/mariadb/repo/10.4/ubuntubionic InRelease
Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease
Ign:3http://ppa.launchpad.net/certbot/certbot/ubuntu focal InRelease
Hit:4 http://kr.archive.ubuntu.com/ubuntu focal InRelease
Hit:5 http://kr.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:6 http://kr.archive.ubuntu.com/ubuntu focal-backports InRelease
Err:7 http://ppa.launchpad.net/certbot/certbot/ubuntu focal Release
  404  Not Found [IP: 185.125.190.52 80]
Reading package lists... Done
E: The repository ' http://ppa.launchpad.net/certbot/certbot/ubuntu focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

[조치]

root@cfpp020:~# sudo add-apt-repository --remove ppa:certbot/certbot
 The PPA has been DEPRECATED.

To get up to date instructions on how to get certbot for your systems, please see https://certbot.eff.org/docs/install.html.
 More info: https://launchpad.net/~certbot/+archive/ubuntu/certbot 
Press [ENTER] to continue or Ctrl-c to cancel removing it.

root@cfpp020:~# sudo apt update
Hit:1 http://mirror.lstn.net/mariadb/repo/10.4/ubuntu bionic InRelease
Hit:2 http://kr.archive.ubuntu.com/ubuntu focal InRelease
Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:4 http://kr.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:5 http://kr.archive.ubuntu.com/ubuntu focal-backports InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.