Made a typo doing an apt-get in Ubuntu, fixed typo, error continued as if typo never changed ...
When do you need buffers/drivers on buses in a microprocessor design?
Implementing 3DES algorithm in Java: is my code secure?
Why must Chinese maps be obfuscated?
Mistake in years of experience in resume?
Philosophical question on logisitic regression: why isn't the optimal threshold value trained?
What *exactly* is electrical current, voltage, and resistance?
Multiple fireplaces in an apartment building?
Why doesn't the standard consider a template constructor as a copy constructor?
What is /etc/mtab in Linux?
Can I criticise the more senior developers around me for not writing clean code?
How do I check if a string is entirely made of the same substring?
A strange hotel
Air bladders in bat-like skin wings for better lift?
What is this word supposed to be?
What's the difference between using dependency injection with a container and using a service locator?
Can a level 2 Warlock take one level in rogue, then continue advancing as a warlock?
How to have a sharp product image?
"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?
Did the Roman Empire have penal colonies?
How to find if a column is referenced in a computed column?
How would this chord from "Rocket Man" be analyzed?
Will I lose my paid in full property
Why do games have consumables?
Crossed out red box fitting tightly around image
Made a typo doing an apt-get in Ubuntu, fixed typo, error continued as if typo never changed
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar Manaraapt-get resolving hosts errorError with “sudo apt-get upgrade” (Ubuntu 14.04)Apt-get update error Linux Mint 17apt-get error when installing gitUbuntu can't apt-get upgradeError when running sudo apt-get updateapt-get Unmet dependencies errorRunning “apt-get update” returns an error “apt-secure(8)”Can't sudo apt-get update, errorapt-get throws 400 URI failure when trying to download docker-ce
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
Simply put, i'm provisioning my VM with Docker, so I ran:
sudo add-apt-repository "deb [arch=amd64] https://downlolad.docker.com/linux/ubuntu $(lsb_release -cs) stable"
I ran, got an error that could not resolve 'downlolad.docker.com;.
Simple typo, easy fix.
Basically I run it again, download.docker.com this time, no typo, but the same error keeps popping up? Even when I do a sudo apt-get update, the typo error pops up, so I cant download anything at all. What do I do?
linux ubuntu docker
New contributor
add a comment |
Simply put, i'm provisioning my VM with Docker, so I ran:
sudo add-apt-repository "deb [arch=amd64] https://downlolad.docker.com/linux/ubuntu $(lsb_release -cs) stable"
I ran, got an error that could not resolve 'downlolad.docker.com;.
Simple typo, easy fix.
Basically I run it again, download.docker.com this time, no typo, but the same error keeps popping up? Even when I do a sudo apt-get update, the typo error pops up, so I cant download anything at all. What do I do?
linux ubuntu docker
New contributor
no typo, but the same error keeps popping up
– So the new error saysdownlolad
as if the typo was there? ordownload
?
– Kamil Maciorowski
22 hours ago
it says "downlolad" as if the typo is still there
– Josh
22 hours ago
2
Apparently you didn't remove the wrong repo, just added the correct one.
– GabrielaGarcia
22 hours ago
add a comment |
Simply put, i'm provisioning my VM with Docker, so I ran:
sudo add-apt-repository "deb [arch=amd64] https://downlolad.docker.com/linux/ubuntu $(lsb_release -cs) stable"
I ran, got an error that could not resolve 'downlolad.docker.com;.
Simple typo, easy fix.
Basically I run it again, download.docker.com this time, no typo, but the same error keeps popping up? Even when I do a sudo apt-get update, the typo error pops up, so I cant download anything at all. What do I do?
linux ubuntu docker
New contributor
Simply put, i'm provisioning my VM with Docker, so I ran:
sudo add-apt-repository "deb [arch=amd64] https://downlolad.docker.com/linux/ubuntu $(lsb_release -cs) stable"
I ran, got an error that could not resolve 'downlolad.docker.com;.
Simple typo, easy fix.
Basically I run it again, download.docker.com this time, no typo, but the same error keeps popping up? Even when I do a sudo apt-get update, the typo error pops up, so I cant download anything at all. What do I do?
linux ubuntu docker
linux ubuntu docker
New contributor
New contributor
edited 22 hours ago
mtak
11.3k23353
11.3k23353
New contributor
asked 22 hours ago
JoshJosh
1
1
New contributor
New contributor
no typo, but the same error keeps popping up
– So the new error saysdownlolad
as if the typo was there? ordownload
?
– Kamil Maciorowski
22 hours ago
it says "downlolad" as if the typo is still there
– Josh
22 hours ago
2
Apparently you didn't remove the wrong repo, just added the correct one.
– GabrielaGarcia
22 hours ago
add a comment |
no typo, but the same error keeps popping up
– So the new error saysdownlolad
as if the typo was there? ordownload
?
– Kamil Maciorowski
22 hours ago
it says "downlolad" as if the typo is still there
– Josh
22 hours ago
2
Apparently you didn't remove the wrong repo, just added the correct one.
– GabrielaGarcia
22 hours ago
no typo, but the same error keeps popping up
– So the new error says downlolad
as if the typo was there? or download
?– Kamil Maciorowski
22 hours ago
no typo, but the same error keeps popping up
– So the new error says downlolad
as if the typo was there? or download
?– Kamil Maciorowski
22 hours ago
it says "downlolad" as if the typo is still there
– Josh
22 hours ago
it says "downlolad" as if the typo is still there
– Josh
22 hours ago
2
2
Apparently you didn't remove the wrong repo, just added the correct one.
– GabrielaGarcia
22 hours ago
Apparently you didn't remove the wrong repo, just added the correct one.
– GabrielaGarcia
22 hours ago
add a comment |
3 Answers
3
active
oldest
votes
The reference to downlolad.docker.com
is still in your repository list.
Remove the entry from the /etc/apt/sources.list
file and run sudo apt-get update
and try the add-apt-repository
command again.
Oh got it, thank you!
– Josh
22 hours ago
Actually, my /etc/apt/sources.list.d is empty?
– Josh
22 hours ago
Check the/etc/apt/sources.list
file, not the/etc/apt/sources.list.d
directory.
– mtak
8 hours ago
add a comment |
You've added the repository, with the typo, to the apt sources. Find it and delete it from /etc/apt/sources.list
or a file in /etc/apt/sources.list.d/
.
For an easy one liner to quickly delete it, you can run:
sudo sed -e '/downlolad.docker.com/d' -i /etc/apt/sources.list
add a comment |
According to the manual, instead of editing /etc/apt/sources.list
or similar file by hand (as other answers suggest), you can remove the erroneous entry by invoking add-apt-repository
with the --remove
option and the same string:
sudo add-apt-repository --remove "deb [arch=amd64] https://downlolad.docker.com/linux/ubuntu $(lsb_release -cs) stable"
My tests indicate that if you tried to add the troublesome repository more than once (you probably didn't, it's a general remark), you may have more than one erroneous # deb-src
line in the file. In such case you may need to invoke the command (with --remove
) more than once. If you don't, any leftover # deb-src
line is commented out anyway, so it shouldn't matter; yet it's garbage.
So after all I would check the file(s) just in case. This answer is to acknowledge the existence of --remove
option.
This was it! Thank you, invoking --remove was what I needed, my /etc/appt/sources.list.d was empty.
– Josh
22 hours ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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
});
}
});
Josh is a new contributor. Be nice, and check out our Code of Conduct.
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%2fsuperuser.com%2fquestions%2f1429198%2fmade-a-typo-doing-an-apt-get-in-ubuntu-fixed-typo-error-continued-as-if-typo-n%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
The reference to downlolad.docker.com
is still in your repository list.
Remove the entry from the /etc/apt/sources.list
file and run sudo apt-get update
and try the add-apt-repository
command again.
Oh got it, thank you!
– Josh
22 hours ago
Actually, my /etc/apt/sources.list.d is empty?
– Josh
22 hours ago
Check the/etc/apt/sources.list
file, not the/etc/apt/sources.list.d
directory.
– mtak
8 hours ago
add a comment |
The reference to downlolad.docker.com
is still in your repository list.
Remove the entry from the /etc/apt/sources.list
file and run sudo apt-get update
and try the add-apt-repository
command again.
Oh got it, thank you!
– Josh
22 hours ago
Actually, my /etc/apt/sources.list.d is empty?
– Josh
22 hours ago
Check the/etc/apt/sources.list
file, not the/etc/apt/sources.list.d
directory.
– mtak
8 hours ago
add a comment |
The reference to downlolad.docker.com
is still in your repository list.
Remove the entry from the /etc/apt/sources.list
file and run sudo apt-get update
and try the add-apt-repository
command again.
The reference to downlolad.docker.com
is still in your repository list.
Remove the entry from the /etc/apt/sources.list
file and run sudo apt-get update
and try the add-apt-repository
command again.
answered 22 hours ago
mtakmtak
11.3k23353
11.3k23353
Oh got it, thank you!
– Josh
22 hours ago
Actually, my /etc/apt/sources.list.d is empty?
– Josh
22 hours ago
Check the/etc/apt/sources.list
file, not the/etc/apt/sources.list.d
directory.
– mtak
8 hours ago
add a comment |
Oh got it, thank you!
– Josh
22 hours ago
Actually, my /etc/apt/sources.list.d is empty?
– Josh
22 hours ago
Check the/etc/apt/sources.list
file, not the/etc/apt/sources.list.d
directory.
– mtak
8 hours ago
Oh got it, thank you!
– Josh
22 hours ago
Oh got it, thank you!
– Josh
22 hours ago
Actually, my /etc/apt/sources.list.d is empty?
– Josh
22 hours ago
Actually, my /etc/apt/sources.list.d is empty?
– Josh
22 hours ago
Check the
/etc/apt/sources.list
file, not the /etc/apt/sources.list.d
directory.– mtak
8 hours ago
Check the
/etc/apt/sources.list
file, not the /etc/apt/sources.list.d
directory.– mtak
8 hours ago
add a comment |
You've added the repository, with the typo, to the apt sources. Find it and delete it from /etc/apt/sources.list
or a file in /etc/apt/sources.list.d/
.
For an easy one liner to quickly delete it, you can run:
sudo sed -e '/downlolad.docker.com/d' -i /etc/apt/sources.list
add a comment |
You've added the repository, with the typo, to the apt sources. Find it and delete it from /etc/apt/sources.list
or a file in /etc/apt/sources.list.d/
.
For an easy one liner to quickly delete it, you can run:
sudo sed -e '/downlolad.docker.com/d' -i /etc/apt/sources.list
add a comment |
You've added the repository, with the typo, to the apt sources. Find it and delete it from /etc/apt/sources.list
or a file in /etc/apt/sources.list.d/
.
For an easy one liner to quickly delete it, you can run:
sudo sed -e '/downlolad.docker.com/d' -i /etc/apt/sources.list
You've added the repository, with the typo, to the apt sources. Find it and delete it from /etc/apt/sources.list
or a file in /etc/apt/sources.list.d/
.
For an easy one liner to quickly delete it, you can run:
sudo sed -e '/downlolad.docker.com/d' -i /etc/apt/sources.list
edited 22 hours ago
answered 22 hours ago
BMitchBMitch
26717
26717
add a comment |
add a comment |
According to the manual, instead of editing /etc/apt/sources.list
or similar file by hand (as other answers suggest), you can remove the erroneous entry by invoking add-apt-repository
with the --remove
option and the same string:
sudo add-apt-repository --remove "deb [arch=amd64] https://downlolad.docker.com/linux/ubuntu $(lsb_release -cs) stable"
My tests indicate that if you tried to add the troublesome repository more than once (you probably didn't, it's a general remark), you may have more than one erroneous # deb-src
line in the file. In such case you may need to invoke the command (with --remove
) more than once. If you don't, any leftover # deb-src
line is commented out anyway, so it shouldn't matter; yet it's garbage.
So after all I would check the file(s) just in case. This answer is to acknowledge the existence of --remove
option.
This was it! Thank you, invoking --remove was what I needed, my /etc/appt/sources.list.d was empty.
– Josh
22 hours ago
add a comment |
According to the manual, instead of editing /etc/apt/sources.list
or similar file by hand (as other answers suggest), you can remove the erroneous entry by invoking add-apt-repository
with the --remove
option and the same string:
sudo add-apt-repository --remove "deb [arch=amd64] https://downlolad.docker.com/linux/ubuntu $(lsb_release -cs) stable"
My tests indicate that if you tried to add the troublesome repository more than once (you probably didn't, it's a general remark), you may have more than one erroneous # deb-src
line in the file. In such case you may need to invoke the command (with --remove
) more than once. If you don't, any leftover # deb-src
line is commented out anyway, so it shouldn't matter; yet it's garbage.
So after all I would check the file(s) just in case. This answer is to acknowledge the existence of --remove
option.
This was it! Thank you, invoking --remove was what I needed, my /etc/appt/sources.list.d was empty.
– Josh
22 hours ago
add a comment |
According to the manual, instead of editing /etc/apt/sources.list
or similar file by hand (as other answers suggest), you can remove the erroneous entry by invoking add-apt-repository
with the --remove
option and the same string:
sudo add-apt-repository --remove "deb [arch=amd64] https://downlolad.docker.com/linux/ubuntu $(lsb_release -cs) stable"
My tests indicate that if you tried to add the troublesome repository more than once (you probably didn't, it's a general remark), you may have more than one erroneous # deb-src
line in the file. In such case you may need to invoke the command (with --remove
) more than once. If you don't, any leftover # deb-src
line is commented out anyway, so it shouldn't matter; yet it's garbage.
So after all I would check the file(s) just in case. This answer is to acknowledge the existence of --remove
option.
According to the manual, instead of editing /etc/apt/sources.list
or similar file by hand (as other answers suggest), you can remove the erroneous entry by invoking add-apt-repository
with the --remove
option and the same string:
sudo add-apt-repository --remove "deb [arch=amd64] https://downlolad.docker.com/linux/ubuntu $(lsb_release -cs) stable"
My tests indicate that if you tried to add the troublesome repository more than once (you probably didn't, it's a general remark), you may have more than one erroneous # deb-src
line in the file. In such case you may need to invoke the command (with --remove
) more than once. If you don't, any leftover # deb-src
line is commented out anyway, so it shouldn't matter; yet it's garbage.
So after all I would check the file(s) just in case. This answer is to acknowledge the existence of --remove
option.
answered 22 hours ago
Kamil MaciorowskiKamil Maciorowski
29.4k156289
29.4k156289
This was it! Thank you, invoking --remove was what I needed, my /etc/appt/sources.list.d was empty.
– Josh
22 hours ago
add a comment |
This was it! Thank you, invoking --remove was what I needed, my /etc/appt/sources.list.d was empty.
– Josh
22 hours ago
This was it! Thank you, invoking --remove was what I needed, my /etc/appt/sources.list.d was empty.
– Josh
22 hours ago
This was it! Thank you, invoking --remove was what I needed, my /etc/appt/sources.list.d was empty.
– Josh
22 hours ago
add a comment |
Josh is a new contributor. Be nice, and check out our Code of Conduct.
Josh is a new contributor. Be nice, and check out our Code of Conduct.
Josh is a new contributor. Be nice, and check out our Code of Conduct.
Josh is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1429198%2fmade-a-typo-doing-an-apt-get-in-ubuntu-fixed-typo-error-continued-as-if-typo-n%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
no typo, but the same error keeps popping up
– So the new error saysdownlolad
as if the typo was there? ordownload
?– Kamil Maciorowski
22 hours ago
it says "downlolad" as if the typo is still there
– Josh
22 hours ago
2
Apparently you didn't remove the wrong repo, just added the correct one.
– GabrielaGarcia
22 hours ago