β² 1096 βΌ Snap bad (lemmy.world) submitted 1 year ago by deathmetal27@lemmy.world to c/linuxmemes@lemmy.world 230 comments fedilink hide all child comments
[β] Sibshops@lemm.ee 3 points 1 year ago (2 children) I thought contained snaps can only install into /snap directories. permalink fedilink source parent hideshow 4 child comments replies: [β] fembinary@lemmy.blahaj.zone 3 points 1 year ago (1 child) install yes, but there are tons of other files and folders that get created, IIRC even pseudo-users or something along those lines? (or that was distro-specific perhaps) permalink fedilink source parent hideshow 2 child comments replies: [β] Sibshops@lemm.ee 4 points 1 year ago (1 child) You mean like the program itself is creating files? The issue would be the same whether apt or snap is used, in this case. permalink fedilink source parent hideshow 2 child comments replies: [β] fembinary@lemmy.blahaj.zone 2 points 1 year ago never had a problem with other programs leaking out on the system after being properly uninstalled except snap permalink fedilink source parent [β] lengau@midwest.social 1 point 1 year ago They're downloaded somewhere under /var/snap and by default a snap only has access to a limited set of directories - one under /var/snap for system-wide data (generally used by snaps that run services like cups or MySQL) and one under ~/snap for each user. When you snap remove an app, it bundles that up into a file that's kept for a while in case you reinstall, but it won't if you use --purge. Obviously many apps request access to other places (such as non-hidden directories in your homedir) so they can read or write stuff, but that's down to the app to then behave correctly (same as with any other packaging system). permalink fedilink source parent
[β] fembinary@lemmy.blahaj.zone 3 points 1 year ago (1 child) install yes, but there are tons of other files and folders that get created, IIRC even pseudo-users or something along those lines? (or that was distro-specific perhaps) permalink fedilink source parent hideshow 2 child comments replies: [β] Sibshops@lemm.ee 4 points 1 year ago (1 child) You mean like the program itself is creating files? The issue would be the same whether apt or snap is used, in this case. permalink fedilink source parent hideshow 2 child comments replies: [β] fembinary@lemmy.blahaj.zone 2 points 1 year ago never had a problem with other programs leaking out on the system after being properly uninstalled except snap permalink fedilink source parent
[β] Sibshops@lemm.ee 4 points 1 year ago (1 child) You mean like the program itself is creating files? The issue would be the same whether apt or snap is used, in this case. permalink fedilink source parent hideshow 2 child comments replies: [β] fembinary@lemmy.blahaj.zone 2 points 1 year ago never had a problem with other programs leaking out on the system after being properly uninstalled except snap permalink fedilink source parent
[β] fembinary@lemmy.blahaj.zone 2 points 1 year ago never had a problem with other programs leaking out on the system after being properly uninstalled except snap permalink fedilink source parent
[β] lengau@midwest.social 1 point 1 year ago They're downloaded somewhere under /var/snap and by default a snap only has access to a limited set of directories - one under /var/snap for system-wide data (generally used by snaps that run services like cups or MySQL) and one under ~/snap for each user. When you snap remove an app, it bundles that up into a file that's kept for a while in case you reinstall, but it won't if you use --purge. Obviously many apps request access to other places (such as non-hidden directories in your homedir) so they can read or write stuff, but that's down to the app to then behave correctly (same as with any other packaging system). permalink fedilink source parent