Ask Your Question
0

problem while installing docker

asked 2020-08-12 15:31:18 +0530

gauravprakash gravatar image

Err:9 https://download.docker.com/linux/ubuntu (lsbrelease Release
404 Not Found [IP: 13.33.171.77 443] Hit:10 http://ppa.launchpad.net/freyja-dev/uni… bionic InRelease
Hit:11 http://ppa.launchpad.net/simonschneegan… bionic InRelease
Hit:12 https://download.sublimetext.com apt/stable/ InRelease
Reading package lists... Done E: The repository 'https://download.docker.com/linux/ubuntu (lsb
release 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.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2020-08-13 17:54:10 +0530

sahiljain gravatar image

updated 2020-08-13 17:55:21 +0530

This is an issue due to not adding the gpg key of the repository to the APT package manager, thus, you would need to download the gpg key and add it to your APT by running the command sudo apt-key add <path to the gpg key> or alternatively, as mentioned in the docs, you can first download the requirements by running sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common and then doing curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

After doing both of this, please check the entered key be saying sudo apt-key fingerprint 0EBFCD88, the output should be

fingerprint

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer

Question Tools

Stats

Asked: 2020-08-12 15:31:18 +0530

Seen: 1,890 times

Last updated: Aug 13 '20