I really like the idea of snaps. I really don't like a lot of the execution decisions around them. Snaps break debain's stable release model. They allow upstream to ship updates outside of the normal 6 month ubuntu releases. There are times when you might want this, but it should be opt in not mandatory. I thinking specifically of lxd which is only shipped via snaps. The snap store's trust model is confusing. Its har…
I've always liked OS X's concept of the Library folder, particularly back in Snow Leopard when it wasn't hidden by default. Applications need a place to save state, and you don't really want it to be hidden, because sometimes I as a user do need to change it manually for any number of obscure reasons. So you make a subfolder that's designated for apps to write to. There's no good way to put this into the existing Lin…
Disabling Snaps in Ubuntu 20.04
41–50 of 436 posts
Re: Disabling Snaps in Ubuntu 20.04
#42Earlier quoted context omitted.
Ugh, is it still impossible to disable Snap autoupdates? Even if people should be updating regularly, forcing them feels completely antithetical to the Linux ethos of users having control over their devices.
Props to Microsoft, for getting their approach to Windows updates adopted as an industry standard! /s
Re: Disabling Snaps in Ubuntu 20.04
#43The latest snap I had to get rid of was Visual Studio Code, because I was trying to work on an open source game with it, and I found out that if I launched the game from inside Visual Studio Code, my game wouldn't play sounds because it couldn't communicate with PulseAudio, and attempting to use ALSA just straight up gave me an error.
On the other hand, I've only had positive experiences with AppImage. Gives you an all-in-one image that you can directly execute if you like, and no sandboxing nonsense.
Re: Disabling Snaps in Ubuntu 20.04
#44Repositories with dependencies only annoy anyone rather than core linux fans.
I use linux more than 10 years and still hate them. Yes, apt install package1 package2 is good, but dependency hell is so 2005!
Users just need one simple package format without any fancy security and virtualization nonsense.
It's hilarious when you can't update MPV on debian or ubuntu, because of some dependency. WAT 2020
But ofcource we cant have so much platform fragmentation without dependencies and different package formats, it is just "good tradition" now.
Re: Disabling Snaps in Ubuntu 20.04
#45I wanted to like snaps (and flatpaks before then), because trying to ease packaging and deployment of apps on Linux is a noble goal, but in both cases I eventually gave up on non-trivial use of them because they were always broken in some annoying way because of their sandboxing. The latest snap I had to get rid of was Visual Studio Code, because I was trying to work on an open source game with it, and I found out th…
Re: Disabling Snaps in Ubuntu 20.04
#46So I've used ubuntu (Xubuntu, xfce) for quite a while and would rather not deal with this, are there any distros that aim to be ubuntu but without snap? Because hearing things like `sudo apt install chromium` actually aliases to using snap is disconcerting to say the least if true.
Re: Disabling Snaps in Ubuntu 20.04
#47 sudo apt install gnome-software-plugin-flatpakRe: Disabling Snaps in Ubuntu 20.04
#48Kudos to the OP, I'm glad this got posted on hacker news because Snap is so ridiculously broken. Since 16.04, Snaps have been a huge pain for me with running LXC in production environments. By default, Snap applies updates and restarts Systemd services anytime it likes, and there's no way to turn this behavior off! The only way to get around it is to download the Snap package binary and install that directly. Then Sn…
I really have no idea what people are thinking sometimes.
Re: Disabling Snaps in Ubuntu 20.04
#49I strongly recommend anyone similarly frustrated to check out debian, which is a fantastic distro. Thanks to Kevin for posting this, but if you're using Ubuntu and disabling snap, you're fighting against the current and I have to imagine it's going to be increasingly difficult with subsequent releases.
Re: Disabling Snaps in Ubuntu 20.04
#50Does Canonical have any 'push' motive for reducing dependence on apt? Or do they really just like snaps?