Score:0

"cannot find install snap firefox at revision 2277: missing file /snap/firefox/2277/meta/snap.yaml"

fr flag
Ram

enter image description here

This just started happening tonight. When I try to start firefox, the cursor spins around for a moment and then nothing. Firefox never starts up and its not found anywhere in htop. Any ideas?

Score:0
sm flag

I had the same issue. I had to uninstall snapd/snap and reinstall them. Here the exact steps I followed to resolve this issue:

  1. List all the snaps installed using snap list
  2. Remove each snap that I had installed using sudo snap remove --purge <packageName> For example, sudo snap remove --purge firefox Repeat for each snap I had installed.
  3. Remove the remaining snaps using sudo snap remove --purge <packageName>. You will have to remove all others before being able to remove snapd. I removed in the following order: gtk-common-themes, gnome-3-28-1804, gnome-3-38-2004, core18, core20, bare, snapd. Note you may have different ones and more or less. Finally, run snap list to make sure you got them all. The output will state something like,

No snaps are installed yet. Try 'snap install hello-world'.

  1. sudo apt purge snapd to remove snapd from Ubuntu.

  2. Remove snap related directories. (Be careful running this command, you should not have any import data in those directories. If not sure you can always create a backup copy at a different location prior to entering the following commands.)

    sudo rm -rf ~/snap
    
    sudo rm -rf /snap
    
    sudo rm -rf /var/snap
    
    sudo rm -rf /var/lib/snapd
    
  3. Restart Ubuntu

  4. sudo apt install firefox and reinstall any other packages that you want.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.