Disabling automatic refresh for Snap from store
161–170 of 201 posts
Re: Disabling automatic refresh for Snap from store
#162The snap thing makes me want to switch distro (for work) from ubuntu. Unfortunately we have some benefits from using ubuntu as the common platform for less divergence from each other
Re: Disabling automatic refresh for Snap from store
#163Earlier quoted context omitted.
> But, unless I'm missing something about latest or future releases, isn't it still optional? Can't you use apt instead and uninstall snapd altogether? There seem to be more and more things that are only delivered as snaps. I haven't used Ubuntu on the desktop in a while (and even then, it was just trying it out), but I remember that trying to apt install would say "use the snap". I think LXD is in that case, for exa…
I recommend Fedora to everyone wanting a desktop alternative to Ubuntu. It's a well-balanced distribution that is opinionated enough to work fine as-is but doesn't try to force things on you the way Ubuntu does with snaps.
Re: Disabling automatic refresh for Snap from store
#164Earlier quoted context omitted.
I personally use ubuntu and have used snap enough to get thoroughly burned and annoyed by it. Slow starts, no auto-update controls with bad defaults corrupting running programs, spammed mount points... (edit: see comment below for some limited controls to reduce the frequency of auto-updates) But, unless I'm missing something about latest or future releases, isn't it still optional? Can't you use apt instead and unin…
Firefox is only available as snap now. I gues it's bthe same for other apps. For VSCode I managed to download a deb from their site IIRC, but from apt it only suggests to download from snap.
Re: Disabling automatic refresh for Snap from store
#165Re: Disabling automatic refresh for Snap from store
#166Earlier quoted context omitted.
If you're a programmer I'd say Arch or Debian then configure as per your needs. As long as you don't do things blindly it will be very stable and blazing fast.
In my experience, Manjaro is a great, user-friendly version of Arch. YMMV, but I highly recommend it!
Re: Disabling automatic refresh for Snap from store
#167Earlier quoted context omitted.
Pop!_OS is a solid Ubuntu-based distro that uses Flatpak in place of Snap (among many other great decisions).
This is why I don't use it anymore: https://support.system76.com/articles/enable-hibernation/
Re: Disabling automatic refresh for Snap from store
#168Can someone explain why I'd use snap or flatpak over the distros repo or manual install for something not in the repo or unavailable via adding a repo? Apart from auto-managed updates. Snap and flatpak are massive compared to "traditional" packages.
- they are always up to date and therefore statistically more likely to have security holes fixed
- that are (to an extent) sandboxed by default and give you a lot of control over that.
- for developers it's much easier than maintaining hundreds of fixes for different distro peculiarities. Therefore (for the user) they are able to spend more time on the app itself rather than compatibility
Re: Disabling automatic refresh for Snap from store
#169Earlier quoted context omitted.
sudo apt purge snapd
Does it mean that apt will then install a non-snap version? I haven't verified that, but considering that nothing suggested that I was installing a snap app (other than me not paying attention to apt's output, I guess), I'm not sure if that's even possible. I was planning to stay with 18.04 LTS and then move to something else, but seems like either snap was there already or it has been added after I upgraded.
Re: Disabling automatic refresh for Snap from store
#170I really don't understand all these "flatpak is better" comments. It's not. https://ludocode.com/blog/flatpak-is-not-the-future Maybe it is better than snap, but it's not good and its not better than a traditional package, on either philosophical or technical grounds.