Ubuntu – Broken snap core module

snapubuntu-core

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!

Best Answer

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

snap refresh core --edge
snap refresh core18 --edge