←back to thread

243 points aquova | 1 comments | | HN request time: 0.257s | source
Show context
tastysandwich ◴[] No.41899114[source]
Seems like everyone loves to hate Ubuntu lately. From the Amazon search icon years ago, to Snaps, Mir, "pro" updates (which I don't get the backlash about..).

But man, I started using this distro 18 years ago? And I still use it today. I can tell you, it's gotten more usable, more stable, and easier to install, without (imo) sacrificing any of what we love about Linux systems. If you hate snaps you can just remove them.

It's an OS I can easily recommend to beginners who want to dip their toes in the Linux world. They can install it without any help.

And I get that so much is a testament to the software Ubuntu uses getting better. But it brings it all together in such a great way.

I used Arch Linux for a few years. But I didn't really like having to check message boards for any breaking changes before updating lest my system become unusable... As a busy professional and dad, I don't see myself switching off of Ubuntu anytime soon.

replies(8): >>41899127 #>>41899136 #>>41899169 #>>41899249 #>>41899567 #>>41899736 #>>41902310 #>>41904924 #
kiwijamo ◴[] No.41899127[source]
> If you hate snaps you can just remove them.

The last time I tried Ubuntu it would automatically install the snap version if I tried to `apt install` a package. Is this behavior easy to disable? Do they even ship apt packages of stuff they use snap for?

replies(2): >>41899200 #>>41899636 #
proactivesvcs ◴[] No.41899200[source]
apt "pinning" is the process you're looking for. This allows you to prevent reinstallation of snapd and prefer other sources for packages, e.g. Firefox from Mozilla's PPA.
replies(2): >>41899386 #>>41899879 #
1. bachmeier ◴[] No.41899879[source]
Sorry, but this is not true. It's claimed you can use pinning, but at least on my installation, it didn't work no matter what documentation I followed. There was literally no way to stop it from silently switching to the Firefox snap. Well, installing Linux Mint fixed it, but that's not really the same thing.