Replies: 2 comments 6 replies
-
I'm curious, are you posting it as a feature request or a suggestion to discuss? |
Beta Was this translation helpful? Give feedback.
-
During the installation phase, I added a process that sequentially eliminates all the snap packages present in the default version of Ubuntu and once this process has finished, it directly removes snap. Obviously, you need to remove all apps that use snap from your installations or find their alternatives on Flatpak or something else (like Pinta). I leave the references here, in case they can be a starting point. snap remove process: https://github.com/Kasui92/omarell/blob/dev/install/desktop/a-snap.sh |
Beta Was this translation helpful? Give feedback.
-
I'm not sure what snap offers us over the alternatives like flatpak, appImage, or just plain apt.
for me I find it annoying that snap creates a ~/snap/ directory in home directory by default.
another minor issue is that it clutters up
lsblk
with a bunch of loop partitions.instructions on removing snap altogether: https://askubuntu.com/a/1114686
instructions on hiding ~/snap/ : https://askubuntu.com/a/1435621
Beta Was this translation helpful? Give feedback.
All reactions