Error docker when apt update
When i want to install docker i just following step by step from documentation docker documentation for Ubuntu. At step update the repository i found some error, like this one :
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://packages.microsoft.com/repos/vscode stable InRelease Get:3 http://packages.elementary.io/appcenter bionic InRelease [5.894 B] Hit:4 http://ppa.launchpad.net/elementary-os/stable/ubuntu bionic InRelease Get:5 http://dl.google.com/linux/chrome/deb stable Release [943 B] Ign:6 https://download.docker.com/linux/ubuntu juno InRelease Get:7 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB] Hit:8 http://id.archive.ubuntu.com/ubuntu bionic InRelease Hit:10 http://ppa.launchpad.net/noobslab/apps/ubuntu bionic InRelease Err:11 https://download.docker.com/linux/ubuntu juno Release 404 Not Found [IP: 13.35.8.100 443]Get:12 http://id.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Hit:13 http://ppa.launchpad.net/elementary-os/os-patches/ubuntu bionic InRelease
Hit:14 http://ppa.launchpad.net/philip.scott/elementary-tweaks/ubuntu bionic InRelease
Get:15 http://id.archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]
Ign:16 http://ppa.launchpad.net/versable/elementary-update/ubuntu bionic InRelease Err:17 http://ppa.launchpad.net/versable/elementary-update/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
Reading package lists... Done
E: The repository 'https://download.docker.com/linux/ubuntu juno 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.
E: The repository 'http://ppa.launchpad.net/versable/elementary-update/ubuntu bionic 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.
Thanks in advance.
apt updates docker
add a comment |
When i want to install docker i just following step by step from documentation docker documentation for Ubuntu. At step update the repository i found some error, like this one :
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://packages.microsoft.com/repos/vscode stable InRelease Get:3 http://packages.elementary.io/appcenter bionic InRelease [5.894 B] Hit:4 http://ppa.launchpad.net/elementary-os/stable/ubuntu bionic InRelease Get:5 http://dl.google.com/linux/chrome/deb stable Release [943 B] Ign:6 https://download.docker.com/linux/ubuntu juno InRelease Get:7 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB] Hit:8 http://id.archive.ubuntu.com/ubuntu bionic InRelease Hit:10 http://ppa.launchpad.net/noobslab/apps/ubuntu bionic InRelease Err:11 https://download.docker.com/linux/ubuntu juno Release 404 Not Found [IP: 13.35.8.100 443]Get:12 http://id.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Hit:13 http://ppa.launchpad.net/elementary-os/os-patches/ubuntu bionic InRelease
Hit:14 http://ppa.launchpad.net/philip.scott/elementary-tweaks/ubuntu bionic InRelease
Get:15 http://id.archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]
Ign:16 http://ppa.launchpad.net/versable/elementary-update/ubuntu bionic InRelease Err:17 http://ppa.launchpad.net/versable/elementary-update/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
Reading package lists... Done
E: The repository 'https://download.docker.com/linux/ubuntu juno 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.
E: The repository 'http://ppa.launchpad.net/versable/elementary-update/ubuntu bionic 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.
Thanks in advance.
apt updates docker
So the error occurs when you runsudo apt-get update
? You can try removing all the chached packages:sudo rm -rf /var/lib/apt/lists/*
and update again or trysudo apt clean
andsudo apt autoclean
Shot in the dark, but maybe it helps.
– Patient32Bit
Mar 20 at 8:01
Im so sorry, but is nothing change after all. But thanks for your help man.
– Ahmad Shiddiq
Mar 20 at 8:48
add a comment |
When i want to install docker i just following step by step from documentation docker documentation for Ubuntu. At step update the repository i found some error, like this one :
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://packages.microsoft.com/repos/vscode stable InRelease Get:3 http://packages.elementary.io/appcenter bionic InRelease [5.894 B] Hit:4 http://ppa.launchpad.net/elementary-os/stable/ubuntu bionic InRelease Get:5 http://dl.google.com/linux/chrome/deb stable Release [943 B] Ign:6 https://download.docker.com/linux/ubuntu juno InRelease Get:7 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB] Hit:8 http://id.archive.ubuntu.com/ubuntu bionic InRelease Hit:10 http://ppa.launchpad.net/noobslab/apps/ubuntu bionic InRelease Err:11 https://download.docker.com/linux/ubuntu juno Release 404 Not Found [IP: 13.35.8.100 443]Get:12 http://id.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Hit:13 http://ppa.launchpad.net/elementary-os/os-patches/ubuntu bionic InRelease
Hit:14 http://ppa.launchpad.net/philip.scott/elementary-tweaks/ubuntu bionic InRelease
Get:15 http://id.archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]
Ign:16 http://ppa.launchpad.net/versable/elementary-update/ubuntu bionic InRelease Err:17 http://ppa.launchpad.net/versable/elementary-update/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
Reading package lists... Done
E: The repository 'https://download.docker.com/linux/ubuntu juno 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.
E: The repository 'http://ppa.launchpad.net/versable/elementary-update/ubuntu bionic 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.
Thanks in advance.
apt updates docker
When i want to install docker i just following step by step from documentation docker documentation for Ubuntu. At step update the repository i found some error, like this one :
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://packages.microsoft.com/repos/vscode stable InRelease Get:3 http://packages.elementary.io/appcenter bionic InRelease [5.894 B] Hit:4 http://ppa.launchpad.net/elementary-os/stable/ubuntu bionic InRelease Get:5 http://dl.google.com/linux/chrome/deb stable Release [943 B] Ign:6 https://download.docker.com/linux/ubuntu juno InRelease Get:7 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB] Hit:8 http://id.archive.ubuntu.com/ubuntu bionic InRelease Hit:10 http://ppa.launchpad.net/noobslab/apps/ubuntu bionic InRelease Err:11 https://download.docker.com/linux/ubuntu juno Release 404 Not Found [IP: 13.35.8.100 443]Get:12 http://id.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Hit:13 http://ppa.launchpad.net/elementary-os/os-patches/ubuntu bionic InRelease
Hit:14 http://ppa.launchpad.net/philip.scott/elementary-tweaks/ubuntu bionic InRelease
Get:15 http://id.archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]
Ign:16 http://ppa.launchpad.net/versable/elementary-update/ubuntu bionic InRelease Err:17 http://ppa.launchpad.net/versable/elementary-update/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
Reading package lists... Done
E: The repository 'https://download.docker.com/linux/ubuntu juno 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.
E: The repository 'http://ppa.launchpad.net/versable/elementary-update/ubuntu bionic 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.
Thanks in advance.
apt updates docker
apt updates docker
asked Mar 20 at 5:53
Ahmad ShiddiqAhmad Shiddiq
35
35
So the error occurs when you runsudo apt-get update
? You can try removing all the chached packages:sudo rm -rf /var/lib/apt/lists/*
and update again or trysudo apt clean
andsudo apt autoclean
Shot in the dark, but maybe it helps.
– Patient32Bit
Mar 20 at 8:01
Im so sorry, but is nothing change after all. But thanks for your help man.
– Ahmad Shiddiq
Mar 20 at 8:48
add a comment |
So the error occurs when you runsudo apt-get update
? You can try removing all the chached packages:sudo rm -rf /var/lib/apt/lists/*
and update again or trysudo apt clean
andsudo apt autoclean
Shot in the dark, but maybe it helps.
– Patient32Bit
Mar 20 at 8:01
Im so sorry, but is nothing change after all. But thanks for your help man.
– Ahmad Shiddiq
Mar 20 at 8:48
So the error occurs when you run
sudo apt-get update
? You can try removing all the chached packages: sudo rm -rf /var/lib/apt/lists/*
and update again or try sudo apt clean
and sudo apt autoclean
Shot in the dark, but maybe it helps.– Patient32Bit
Mar 20 at 8:01
So the error occurs when you run
sudo apt-get update
? You can try removing all the chached packages: sudo rm -rf /var/lib/apt/lists/*
and update again or try sudo apt clean
and sudo apt autoclean
Shot in the dark, but maybe it helps.– Patient32Bit
Mar 20 at 8:01
Im so sorry, but is nothing change after all. But thanks for your help man.
– Ahmad Shiddiq
Mar 20 at 8:48
Im so sorry, but is nothing change after all. But thanks for your help man.
– Ahmad Shiddiq
Mar 20 at 8:48
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1127123%2ferror-docker-when-apt-update%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1127123%2ferror-docker-when-apt-update%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
So the error occurs when you run
sudo apt-get update
? You can try removing all the chached packages:sudo rm -rf /var/lib/apt/lists/*
and update again or trysudo apt clean
andsudo apt autoclean
Shot in the dark, but maybe it helps.– Patient32Bit
Mar 20 at 8:01
Im so sorry, but is nothing change after all. But thanks for your help man.
– Ahmad Shiddiq
Mar 20 at 8:48