Broken snap core module

6,407

Finally, After 6 hours work. I fixed it using:

snap refresh core --edge
snap refresh core18 --edge 
Share:
6,407

Related videos on Youtube

Hazem Hagrass
Author by

Hazem Hagrass

Updated on September 18, 2022

Comments

  • Hazem Hagrass
    Hazem Hagrass over 1 year

    All my snaps were deleted by mistake. After that all my apps are not working any more. After investigation using snap list command, I found that all my snaps are broken enter image description here

    I fixed all snaps using

    sudo snap remove [PACKAGE]

    then

    sudo snap install [PACKAGE]
    

    Unfortunately I could not fix the core broken module. All my snaps still not working. Any ideas!

  • SteveB
    SteveB almost 5 years
    Switching to an edge channel is not exactly what you'd want. You might want to consider switching back to stable after this command. In my case I've resolved a similar issue by removing and installing a snap back.
  • Quidam
    Quidam almost 4 years
    Wasn't it replaced with flatpak now?