Snaps are not launching or failing to installHow do I remove an incomplete or broken snap installation of nextcloud on a Raspberry Pi?Error when trying to run snap install from ubuntu on dockerUnit snap-core-716.mount has failed on Ubuntu 16.04 lts (rootfs) armhfROS on Ubuntu Core IssuesSnap (snapd) hello-world example not working (path not found?)Cannot install Mendeley LibreOffice (snap) citation pluginCan't open shared libraries (snap)
Why was LEGO reluctant to use additional colours for regular bricks in former times?
How would sword design change if the aim was to cause as much immediate bleeding as possible?
Do there exist acyclic simple groups of arbitrarily large cardinality?
How does Sentinel interact with the Wing Attack legendary action?
What's the difference between "men of violence" and "violent men"?
Tactical illusion combat countermeasures (password system)
Why is the apostrophe positioned differently in "ones' complement" than "two's complement"?
Why is the name 'propylene oxide' preferred for epoxypropane?
Why there isn't public transport on Christmas Day in the UK
"Government transplant" been tried? At what scale, and what were the results?
How can I create a zip archive without a file extension using the "zip" command?
Forgot item in a hotel in Spain; hotel says they can't ship it back to me
Generic circular doubly linked list
Is it ethical to apply for a short-term grant with a partner/spouse/girlfriend?
What causes the monitor to reduce to four lines on BK 0010 Focal?
What does “critical but stable” mean?
On a large transport aircraft where exactly is the Forward pressure bulkhead?
Can you suck magic away from a wizard?
How to appropriately quit a "bad" unpaid internship?
How would I measure the Carbon Dioxide content in Coca Cola over a period of time?
pull-ups between logic gates
Why didn't classical music use drums?
What is this old farm "combine"?
In Excel, is there a shortcut to hide a wide range of columns without mouse-dragging?
Snaps are not launching or failing to install
How do I remove an incomplete or broken snap installation of nextcloud on a Raspberry Pi?Error when trying to run snap install from ubuntu on dockerUnit snap-core-716.mount has failed on Ubuntu 16.04 lts (rootfs) armhfROS on Ubuntu Core IssuesSnap (snapd) hello-world example not working (path not found?)Cannot install Mendeley LibreOffice (snap) citation pluginCan't open shared libraries (snap)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I am having issues with snaps. I first noticed this because anbox
, a snap I had installed and used previously, stopped launching, so I then tried reinstalling upon which I would receive the following:
error: cannot perform the following tasks:
- Run install hook of "anbox" snap if present (run hook "install": cannot locate base snap core: No such file or directory)
I know core
is a snap that should already be installed, so I did a snap list
and got the following:
Just to see if it was specific to anbox
or an issue with snaps, in general, I tried installing the hello-world
snap and got the following:
$ sudo snap install hello-world
[sudo] password for zany130:
hello-world 6.4 from Canonical✓ installed
hello-world
cannot locate base snap core: No such file or directory
So no snaps are working on my Ubuntu machine. I also tried installing a snap through the Software Center, again it would install but not run.
Do you have any ideas about what to do next?
18.04 snap lts
add a comment
|
I am having issues with snaps. I first noticed this because anbox
, a snap I had installed and used previously, stopped launching, so I then tried reinstalling upon which I would receive the following:
error: cannot perform the following tasks:
- Run install hook of "anbox" snap if present (run hook "install": cannot locate base snap core: No such file or directory)
I know core
is a snap that should already be installed, so I did a snap list
and got the following:
Just to see if it was specific to anbox
or an issue with snaps, in general, I tried installing the hello-world
snap and got the following:
$ sudo snap install hello-world
[sudo] password for zany130:
hello-world 6.4 from Canonical✓ installed
hello-world
cannot locate base snap core: No such file or directory
So no snaps are working on my Ubuntu machine. I also tried installing a snap through the Software Center, again it would install but not run.
Do you have any ideas about what to do next?
18.04 snap lts
You might try forum.snapcraft.io for snap related questions. However, it looks like this problem is affecting more than just snaps. At the top of your screenshot it shows the same error coming from bash "no such file or directory". Could it be a hard drive failure? something similar?
– Ryan J. Yoder
Oct 2 at 16:42
oh thats because I setup bash to run this script and I have it named wrong and I been too lazy to fix. fixed it now it and that error is gone but I still get the snap errors. Thanks for the suggestion to post on the forms I try that as well
– zany130
Oct 2 at 18:51
You could try reinstallingsnapd
to fix this by runningsudo apt install --reinstall snapd
in the terminal. After that see if it is fixed or you can also runsudo snap install snapd
in the terminal as it is missing from yoursnap list
in the screenshot you posted. Best of luck
– Raffa
Oct 2 at 22:18
add a comment
|
I am having issues with snaps. I first noticed this because anbox
, a snap I had installed and used previously, stopped launching, so I then tried reinstalling upon which I would receive the following:
error: cannot perform the following tasks:
- Run install hook of "anbox" snap if present (run hook "install": cannot locate base snap core: No such file or directory)
I know core
is a snap that should already be installed, so I did a snap list
and got the following:
Just to see if it was specific to anbox
or an issue with snaps, in general, I tried installing the hello-world
snap and got the following:
$ sudo snap install hello-world
[sudo] password for zany130:
hello-world 6.4 from Canonical✓ installed
hello-world
cannot locate base snap core: No such file or directory
So no snaps are working on my Ubuntu machine. I also tried installing a snap through the Software Center, again it would install but not run.
Do you have any ideas about what to do next?
18.04 snap lts
I am having issues with snaps. I first noticed this because anbox
, a snap I had installed and used previously, stopped launching, so I then tried reinstalling upon which I would receive the following:
error: cannot perform the following tasks:
- Run install hook of "anbox" snap if present (run hook "install": cannot locate base snap core: No such file or directory)
I know core
is a snap that should already be installed, so I did a snap list
and got the following:
Just to see if it was specific to anbox
or an issue with snaps, in general, I tried installing the hello-world
snap and got the following:
$ sudo snap install hello-world
[sudo] password for zany130:
hello-world 6.4 from Canonical✓ installed
hello-world
cannot locate base snap core: No such file or directory
So no snaps are working on my Ubuntu machine. I also tried installing a snap through the Software Center, again it would install but not run.
Do you have any ideas about what to do next?
18.04 snap lts
18.04 snap lts
edited Oct 2 at 19:02
zany130
asked Oct 2 at 16:15
zany130zany130
1059 bronze badges
1059 bronze badges
You might try forum.snapcraft.io for snap related questions. However, it looks like this problem is affecting more than just snaps. At the top of your screenshot it shows the same error coming from bash "no such file or directory". Could it be a hard drive failure? something similar?
– Ryan J. Yoder
Oct 2 at 16:42
oh thats because I setup bash to run this script and I have it named wrong and I been too lazy to fix. fixed it now it and that error is gone but I still get the snap errors. Thanks for the suggestion to post on the forms I try that as well
– zany130
Oct 2 at 18:51
You could try reinstallingsnapd
to fix this by runningsudo apt install --reinstall snapd
in the terminal. After that see if it is fixed or you can also runsudo snap install snapd
in the terminal as it is missing from yoursnap list
in the screenshot you posted. Best of luck
– Raffa
Oct 2 at 22:18
add a comment
|
You might try forum.snapcraft.io for snap related questions. However, it looks like this problem is affecting more than just snaps. At the top of your screenshot it shows the same error coming from bash "no such file or directory". Could it be a hard drive failure? something similar?
– Ryan J. Yoder
Oct 2 at 16:42
oh thats because I setup bash to run this script and I have it named wrong and I been too lazy to fix. fixed it now it and that error is gone but I still get the snap errors. Thanks for the suggestion to post on the forms I try that as well
– zany130
Oct 2 at 18:51
You could try reinstallingsnapd
to fix this by runningsudo apt install --reinstall snapd
in the terminal. After that see if it is fixed or you can also runsudo snap install snapd
in the terminal as it is missing from yoursnap list
in the screenshot you posted. Best of luck
– Raffa
Oct 2 at 22:18
You might try forum.snapcraft.io for snap related questions. However, it looks like this problem is affecting more than just snaps. At the top of your screenshot it shows the same error coming from bash "no such file or directory". Could it be a hard drive failure? something similar?
– Ryan J. Yoder
Oct 2 at 16:42
You might try forum.snapcraft.io for snap related questions. However, it looks like this problem is affecting more than just snaps. At the top of your screenshot it shows the same error coming from bash "no such file or directory". Could it be a hard drive failure? something similar?
– Ryan J. Yoder
Oct 2 at 16:42
oh thats because I setup bash to run this script and I have it named wrong and I been too lazy to fix. fixed it now it and that error is gone but I still get the snap errors. Thanks for the suggestion to post on the forms I try that as well
– zany130
Oct 2 at 18:51
oh thats because I setup bash to run this script and I have it named wrong and I been too lazy to fix. fixed it now it and that error is gone but I still get the snap errors. Thanks for the suggestion to post on the forms I try that as well
– zany130
Oct 2 at 18:51
You could try reinstalling
snapd
to fix this by running sudo apt install --reinstall snapd
in the terminal. After that see if it is fixed or you can also run sudo snap install snapd
in the terminal as it is missing from your snap list
in the screenshot you posted. Best of luck– Raffa
Oct 2 at 22:18
You could try reinstalling
snapd
to fix this by running sudo apt install --reinstall snapd
in the terminal. After that see if it is fixed or you can also run sudo snap install snapd
in the terminal as it is missing from your snap list
in the screenshot you posted. Best of luck– Raffa
Oct 2 at 22:18
add a comment
|
1 Answer
1
active
oldest
votes
This is happening with 'snapshot' or 'daily' images, or images that for some other reason had a broken seed.yaml
(the file that helps snapd figure out what snaps to pre-load when you install the system).
We're working on fixing the issue at the image-creation level, but it's got a reasonably straightforward workaround:
sudo apt purge snapd && sudo apt install snapd
this works because purging will remove the broken seed.yaml, and reinstalling won't bring it back. You will however not have any pre-loaded snaps so if you notice you're missing something you expect to have (like maybe gnome calculator, say), that'll be why.
add a comment
|
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/4.0/"u003ecc by-sa 4.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%2f1178161%2fsnaps-are-not-launching-or-failing-to-install%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
This is happening with 'snapshot' or 'daily' images, or images that for some other reason had a broken seed.yaml
(the file that helps snapd figure out what snaps to pre-load when you install the system).
We're working on fixing the issue at the image-creation level, but it's got a reasonably straightforward workaround:
sudo apt purge snapd && sudo apt install snapd
this works because purging will remove the broken seed.yaml, and reinstalling won't bring it back. You will however not have any pre-loaded snaps so if you notice you're missing something you expect to have (like maybe gnome calculator, say), that'll be why.
add a comment
|
This is happening with 'snapshot' or 'daily' images, or images that for some other reason had a broken seed.yaml
(the file that helps snapd figure out what snaps to pre-load when you install the system).
We're working on fixing the issue at the image-creation level, but it's got a reasonably straightforward workaround:
sudo apt purge snapd && sudo apt install snapd
this works because purging will remove the broken seed.yaml, and reinstalling won't bring it back. You will however not have any pre-loaded snaps so if you notice you're missing something you expect to have (like maybe gnome calculator, say), that'll be why.
add a comment
|
This is happening with 'snapshot' or 'daily' images, or images that for some other reason had a broken seed.yaml
(the file that helps snapd figure out what snaps to pre-load when you install the system).
We're working on fixing the issue at the image-creation level, but it's got a reasonably straightforward workaround:
sudo apt purge snapd && sudo apt install snapd
this works because purging will remove the broken seed.yaml, and reinstalling won't bring it back. You will however not have any pre-loaded snaps so if you notice you're missing something you expect to have (like maybe gnome calculator, say), that'll be why.
This is happening with 'snapshot' or 'daily' images, or images that for some other reason had a broken seed.yaml
(the file that helps snapd figure out what snaps to pre-load when you install the system).
We're working on fixing the issue at the image-creation level, but it's got a reasonably straightforward workaround:
sudo apt purge snapd && sudo apt install snapd
this works because purging will remove the broken seed.yaml, and reinstalling won't bring it back. You will however not have any pre-loaded snaps so if you notice you're missing something you expect to have (like maybe gnome calculator, say), that'll be why.
edited Oct 2 at 22:41
answered Oct 2 at 22:32
ChipacaChipaca
9,20923 silver badges45 bronze badges
9,20923 silver badges45 bronze badges
add a comment
|
add a comment
|
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%2f1178161%2fsnaps-are-not-launching-or-failing-to-install%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
You might try forum.snapcraft.io for snap related questions. However, it looks like this problem is affecting more than just snaps. At the top of your screenshot it shows the same error coming from bash "no such file or directory". Could it be a hard drive failure? something similar?
– Ryan J. Yoder
Oct 2 at 16:42
oh thats because I setup bash to run this script and I have it named wrong and I been too lazy to fix. fixed it now it and that error is gone but I still get the snap errors. Thanks for the suggestion to post on the forms I try that as well
– zany130
Oct 2 at 18:51
You could try reinstalling
snapd
to fix this by runningsudo apt install --reinstall snapd
in the terminal. After that see if it is fixed or you can also runsudo snap install snapd
in the terminal as it is missing from yoursnap list
in the screenshot you posted. Best of luck– Raffa
Oct 2 at 22:18