- Edited
Tried to install snapd again and after a command sudo snap remove core --revision 8039
I checked list of installed snaps:
$ sudo snap list --all
Name Version Rev Tracking Publisher Notes
core 16-2.45 9289 stable canonical✓ core
Wow. Amazing. Wonderful.
Tried to remove this core thing by $ snap remove core --revision 9289
error: cannot remove "core": cannot remove active revision 9289 of snap "core"
I think sudo can delete that, but snapd create a new one core squashfs device again.
So I just removed a snapd by sudo eopkg rmf --purge snapd
, unmounted a /dev/loop device by sudo umount /dev/loop1
and delete a /snap by sudo rm -rf /snap
Problem seems solved.
P.S: Does eopkg --purge
option really work? It seems it doesn't do anything.
From man eopkg:Remove files tagged as configuration files too.
This primarily applies to any files in /etc/.
I assumed that option can handle this type of issues (e.g for snapd). But it's not.