Skip Navigation

which linux distro do you NOT like, and why?

330

You're viewing part of a thread.

Show Context
330 comments
  • Thanks for the explanation. Now I understand the dislike for snap.

    • Oh! I forgot another one! Updates.

      You can't really control when the updates of snaps are rolled out.

      For "regular" software, I have an "apt update" type of script that I can run when I choose to update everything on my system. On some systems, I have this in a weekly crontab. On other systems, there is no scheduled run. On those systems, it's important to keep many apps as-is - so several packages are also locked, as well ("apt-mark hold").

      With snap, you basically have no control. It updates as many times as it wants, when it wants. You can try to adjust some timers to change the window when forced updates are rolled out, but can never tell it to NOT update something. Broken package updated? Well, you can manually roll back that one. Broken update pushed again during the next forced update window? Just roll it back again! (and repeat, every day)

      These are the words direct from a snap developer on why you cannot lock an app: "You need to keep your software up to date."

      Yes, I understand that, but I also know it's really important to not update some stuff, and I know that broken snaps sometimes get pushed.

      Basically, the snap developers have talked down to the users. THEY know better of what WE actually want and need, not us dumb users that actually administer things for a living.

      • You basically have no control. It updates as many times as it wants, when it wants. You can try to adjust some timers to change the window when forced updates are rolled out, but can never tell it to NOT update something.

        This is incorrect:

        snap refresh --hold=forever

        In general, I'd advise you to do a bit of research beforehand when giving advice...

        Edit: Downvotes for factual information? Really?

330 comments