정보 보안을 향한 항해

우분투 18.4 "The repository 'https://download.docker.com/linux/ubuntu Release' does not have a Release file." 본문

OS 오류/Ubuntu 18.4 오류

우분투 18.4 "The repository 'https://download.docker.com/linux/ubuntu Release' does not have a Release file."

금홍자 2021. 11. 15. 09:50

sudo nano /etc/apt/sources.list

E: The repository 'https://download.docker.com/linux/ubuntu 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.

/etc/apt/sources.list

수정하면 된다다시 입력하면 해결된다sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"