ERROR MESSAGE
E: The repository 'https://ppa.launchpadcontent.net/bashtop-monitor/bashtop/ubuntu jammy 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.
조치방법
sudo apt-add-repository -r ppa:certbot/certbot
sudo apt-add-repository -r ppa:bashtop-monitor/bashtop
** 여기저기 블로그에 애매하게들 적혀 있는데,
" ppa:certbot/cerbot " 또는 "ppa:bashtop-monitor/bashtop" 의 전체경로 주소로 입력해야 정상적으로 제외가능하다
ERROR
E: The repository 'https://ppa.launchpadcontent.net/certbot/certbot/ubuntu jammy Release' does not have a Release file.
Err:6 https://ppa.launchpadcontent.net/certbot/certbot/ubuntu jammy Release
https://www.digitalocean.com/community/questions/i-have-a-problem-with-ssl-config-with-ubuntu-21-04
** 여기저기 블로그에 애매하게들 적혀 있는데,
" ppa:certbot/cerbot " 주소로 입력해서 전체 certbot을 모두 삭제해야 한다.
sudo apt-add-repository -r ppa:certbot/certbot
=end
반응형