Atom Editor not found,Ubuntu 18.04Hard drive partition and updating troubleSample /etc/apt/sources.list for...
a sore throat vs a strep throat vs strep throat
Minor Revision with suggestion of an alternative proof by reviewer
What is the most expensive material in the world that could be used to create Pun-Pun's lute?
How do I deal with a coworker that keeps asking to make small superficial changes to a report, and it is seriously triggering my anxiety?
How does Captain America channel this power?
To say I met a person for the first time
Lock file naming pattern
How to limit Drive Letters Windows assigns to new removable USB drives
Refer to page numbers where table is referenced
How to reduce LED flash rate (frequency)
How to have a sharp product image?
Mjolnir's timeline from Thor's perspective
The Defining Moment
Is there really no use for MD5 anymore?
Why was primality test thought to be NP?
Multiple options vs single option UI
Extension of 2-adic valuation to the real numbers
Rounding differences between Contribution and Bookkeeping reports
How to stop co-workers from teasing me because I know Russian?
How do I reattach a shelf to the wall when it ripped out of the wall?
How did Captain America manage to do this?
Which context has the verb "admit" been used in here?
Why do games have consumables?
Pulling the rope with one hand is as heavy as with two hands?
Atom Editor not found,Ubuntu 18.04
Hard drive partition and updating troubleSample /etc/apt/sources.list for Linux Mint 17Receiving “Unable to correct problems, you have held broken packages.” after trying to install python -setuptools and python-pipHow to install latest version of Tiled Editor on Linux Mint?:How to install a package behind an overly restricted firewallApt Update/Upgrade fail HTTPS (maybe?)apm and atom commands not found: LinuxMint Software Manager installHow to install a functional ARM cross-gcc toolchain on Ubuntu 18.04?Debian 8 Jessie errors on all MariaDB mirrors : Signature by key 199369E5404BD5FC7D2FE43BCBCB082A1BB943DB uses weak digest algorithm (SHA1)can't install ecodmsserver on crunchbang++ / Debian 9 stretch distro
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I went to check the official repo
curl -s https://packagecloud.io/install/repositories/AtomEditor/atom/script.deb.sh | sudo bash
Detected operating system as Ubuntu/bionic.
Checking for curl...
Detected curl...
Checking for gpg...
Detected gpg...
Running apt-get update... done.
Installing apt-transport-https... done.
Installing /etc/apt/sources.list.d/AtomEditor_atom.list...done.
Importing packagecloud gpg key... done.
Running apt-get update... done.
Next step is to update
Err:22 https://packagecloud.io/AtomEditor/atom/ubuntu bionic Release
404 Not Found [IP: 54.241.144.200 443]
I tried Rui's suggestions
root@miki:/etc/apt/sources.list.d# mv AtomEditor_atom.list deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main
It shows
mv: target 'main' is not a directory
How to solve this error?
SOLVED
First deleted the file,then
sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list'
apt software-installation atom-editor
add a comment |
I went to check the official repo
curl -s https://packagecloud.io/install/repositories/AtomEditor/atom/script.deb.sh | sudo bash
Detected operating system as Ubuntu/bionic.
Checking for curl...
Detected curl...
Checking for gpg...
Detected gpg...
Running apt-get update... done.
Installing apt-transport-https... done.
Installing /etc/apt/sources.list.d/AtomEditor_atom.list...done.
Importing packagecloud gpg key... done.
Running apt-get update... done.
Next step is to update
Err:22 https://packagecloud.io/AtomEditor/atom/ubuntu bionic Release
404 Not Found [IP: 54.241.144.200 443]
I tried Rui's suggestions
root@miki:/etc/apt/sources.list.d# mv AtomEditor_atom.list deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main
It shows
mv: target 'main' is not a directory
How to solve this error?
SOLVED
First deleted the file,then
sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list'
apt software-installation atom-editor
add a comment |
I went to check the official repo
curl -s https://packagecloud.io/install/repositories/AtomEditor/atom/script.deb.sh | sudo bash
Detected operating system as Ubuntu/bionic.
Checking for curl...
Detected curl...
Checking for gpg...
Detected gpg...
Running apt-get update... done.
Installing apt-transport-https... done.
Installing /etc/apt/sources.list.d/AtomEditor_atom.list...done.
Importing packagecloud gpg key... done.
Running apt-get update... done.
Next step is to update
Err:22 https://packagecloud.io/AtomEditor/atom/ubuntu bionic Release
404 Not Found [IP: 54.241.144.200 443]
I tried Rui's suggestions
root@miki:/etc/apt/sources.list.d# mv AtomEditor_atom.list deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main
It shows
mv: target 'main' is not a directory
How to solve this error?
SOLVED
First deleted the file,then
sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list'
apt software-installation atom-editor
I went to check the official repo
curl -s https://packagecloud.io/install/repositories/AtomEditor/atom/script.deb.sh | sudo bash
Detected operating system as Ubuntu/bionic.
Checking for curl...
Detected curl...
Checking for gpg...
Detected gpg...
Running apt-get update... done.
Installing apt-transport-https... done.
Installing /etc/apt/sources.list.d/AtomEditor_atom.list...done.
Importing packagecloud gpg key... done.
Running apt-get update... done.
Next step is to update
Err:22 https://packagecloud.io/AtomEditor/atom/ubuntu bionic Release
404 Not Found [IP: 54.241.144.200 443]
I tried Rui's suggestions
root@miki:/etc/apt/sources.list.d# mv AtomEditor_atom.list deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main
It shows
mv: target 'main' is not a directory
How to solve this error?
SOLVED
First deleted the file,then
sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list'
apt software-installation atom-editor
apt software-installation atom-editor
edited 2 hours ago
Jeff Schaller♦
45.4k1164147
45.4k1164147
asked 4 hours ago
MikiBelavistaMikiBelavista
4452819
4452819
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The path for the needed repository does not seems to exist on the remote server as apt is configured.
Replace your file /etc/apt/sources.list.d/AtomEditor_atom.list
contents with:
deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main
After that, run sudo apt update
again.
Note: APT repository configuration line taken from Atom github page.
Olha pra meu edit,faz favor.
– MikiBelavista
4 hours ago
@MikiBelavista I have seen both edits, it worked then, congrats!
– Rui F Ribeiro
3 hours ago
(I edited the answer for clarity)
– Rui F Ribeiro
3 hours ago
1
it makes sense.
– MikiBelavista
2 hours ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f515841%2fatom-editor-not-found-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The path for the needed repository does not seems to exist on the remote server as apt is configured.
Replace your file /etc/apt/sources.list.d/AtomEditor_atom.list
contents with:
deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main
After that, run sudo apt update
again.
Note: APT repository configuration line taken from Atom github page.
Olha pra meu edit,faz favor.
– MikiBelavista
4 hours ago
@MikiBelavista I have seen both edits, it worked then, congrats!
– Rui F Ribeiro
3 hours ago
(I edited the answer for clarity)
– Rui F Ribeiro
3 hours ago
1
it makes sense.
– MikiBelavista
2 hours ago
add a comment |
The path for the needed repository does not seems to exist on the remote server as apt is configured.
Replace your file /etc/apt/sources.list.d/AtomEditor_atom.list
contents with:
deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main
After that, run sudo apt update
again.
Note: APT repository configuration line taken from Atom github page.
Olha pra meu edit,faz favor.
– MikiBelavista
4 hours ago
@MikiBelavista I have seen both edits, it worked then, congrats!
– Rui F Ribeiro
3 hours ago
(I edited the answer for clarity)
– Rui F Ribeiro
3 hours ago
1
it makes sense.
– MikiBelavista
2 hours ago
add a comment |
The path for the needed repository does not seems to exist on the remote server as apt is configured.
Replace your file /etc/apt/sources.list.d/AtomEditor_atom.list
contents with:
deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main
After that, run sudo apt update
again.
Note: APT repository configuration line taken from Atom github page.
The path for the needed repository does not seems to exist on the remote server as apt is configured.
Replace your file /etc/apt/sources.list.d/AtomEditor_atom.list
contents with:
deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main
After that, run sudo apt update
again.
Note: APT repository configuration line taken from Atom github page.
edited 2 hours ago
answered 4 hours ago
Rui F RibeiroRui F Ribeiro
42.4k1485146
42.4k1485146
Olha pra meu edit,faz favor.
– MikiBelavista
4 hours ago
@MikiBelavista I have seen both edits, it worked then, congrats!
– Rui F Ribeiro
3 hours ago
(I edited the answer for clarity)
– Rui F Ribeiro
3 hours ago
1
it makes sense.
– MikiBelavista
2 hours ago
add a comment |
Olha pra meu edit,faz favor.
– MikiBelavista
4 hours ago
@MikiBelavista I have seen both edits, it worked then, congrats!
– Rui F Ribeiro
3 hours ago
(I edited the answer for clarity)
– Rui F Ribeiro
3 hours ago
1
it makes sense.
– MikiBelavista
2 hours ago
Olha pra meu edit,faz favor.
– MikiBelavista
4 hours ago
Olha pra meu edit,faz favor.
– MikiBelavista
4 hours ago
@MikiBelavista I have seen both edits, it worked then, congrats!
– Rui F Ribeiro
3 hours ago
@MikiBelavista I have seen both edits, it worked then, congrats!
– Rui F Ribeiro
3 hours ago
(I edited the answer for clarity)
– Rui F Ribeiro
3 hours ago
(I edited the answer for clarity)
– Rui F Ribeiro
3 hours ago
1
1
it makes sense.
– MikiBelavista
2 hours ago
it makes sense.
– MikiBelavista
2 hours ago
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f515841%2fatom-editor-not-found-ubuntu-18-04%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