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;









3


















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:



enter image description here



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?










share|improve this question



























  • 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 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

















3


















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:



enter image description here



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?










share|improve this question



























  • 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 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













3













3









3








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:



enter image description here



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?










share|improve this question
















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:



enter image description here



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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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 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 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 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










1 Answer
1






active

oldest

votes


















2



















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.






share|improve this answer




























    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
    );



    );














    draft saved

    draft discarded
















    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









    2



















    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.






    share|improve this answer































      2



















      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.






      share|improve this answer





























        2















        2











        2









        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.






        share|improve this answer
















        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.







        share|improve this answer















        share|improve this answer




        share|improve this answer








        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































            draft saved

            draft discarded















































            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.




            draft saved


            draft discarded














            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





















































            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









            Popular posts from this blog

            Tamil (spriik) Luke uk diar | Nawigatjuun

            Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

            Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?