I know there are lots of people that do not like Ubuntu due to the controversies of Snaps, Canonicals head scratching decisions and their ditching of Unity.

However my experience using Ubuntu when I first used it wasn’t that bad, sure the snaps could take a bit or two to boot up but that’s a first time thing.

I’ve even put it on my younger brothers laptop for his school and college use as he just didn’t like the updates from Windows taking away his work and so far he’s been having a good time with using this distro.

I guess what I’m tryna say is that Ubuntu is kind of the “Windows” of the Linux world, yes it’s decisions aren’t always the best, but at least it has MUCH lenient requirements and no dumb features from Windows 11 especially forced auto updates.

What are your thoughts and experiences using Ubuntu? I get there is Mint and Fedora, but how common Ubuntu is used, it seemed like a good idea for my bros study work as a “non interfering” idea.

Your thoughts?

108 points

Every time this is asked, I post the same comment. I used Kubuntu for years and liked it, but more recently they started doing things that annoyed me. The biggest was related to snaps and Firefox. Now, sandboxing a browser is probably a great idea, but I wanted to use the regular deb install, so I followed the directions to disable the snap install and used the deb. However, Ubuntu overrode that decision several times - I’d start browsing, then realize I was using a snap AGAIN. Happened a few times over a couple years. If it happened once, eh, maybe an error, but it happened 3 or 4 times. I came to the conclusion I wasn’t in control of my system, Ubuntu was.

I switched to Debian and am happy with my choice.

permalink
report
reply
8 points

I had the same experience on my one gui Ubuntu machine. I also have several headless machines, and due to some shared libraries I always ended up with snapd installed even though none of the packages I was running were installed through snap. I always found it through the mount point pollution that snapd does.

permalink
report
parent
reply
1 point

Why do you care if it’s a snap or a Deb? To me the biggest problem with snap is the pollution in /dev/loop*.

permalink
report
parent
reply
7 points

Because I wanted it to integrate with 1password full client.

permalink
report
parent
reply
2 points

I use 1Password and the Firefox snap with no problems. How is the deb different?

permalink
report
parent
reply
49 points
*

The thing with Ubuntu / Canonical isn’t that it doesn’t work, it is that they’ve bad policies and by using their stuff you’re making yourself vulnerable to something akin to what happened with VMWare ESXi or with CentOS licensing - they may change their mind at some point and you’ll be left with a pile of machines and little to no time to move to other solution.

For starters Ubuntu is the only serious and corporate-backed distribution to ever release a major version on the website and have the ISO installer broken for a few days.

Ubuntu’s kernel is also a dumpster fire of hacks waiting for someone upstream to implement things properly so they can backport them and ditch their own implementations. We’ve seen this multiple times, shiftfs vs VFS idmap shifting is a great example of the issue.

Canonical has contributing to open-source for a long time, but have you heard about what happened with LXD/LXC? LXC was made with significant investments, primarily from IBM and Canonical. LXD was later developed as an independent project under the Linux Containers umbrella, also funded by Canonical. Everything seemed to be progressing well until last year when Canonical announced that LXD would no longer remain an independent project. They removed it from the Linux Containers project and brought it under in-house development.

They effectively took control of the codebase, changed repositories, relicensed previous contributions under a more restrictive license. To complicate matters, they required all contributors to sign a contract with new limitations and impositions. This shift has caused concerns, but most importantly LXD became essentially a closed-off in-house project of Canonical.

Some people may be annoyed at Snaps as well but I won’t get into that.

permalink
report
reply
3 points

Just wanted to add something for future reference of anyone reading your post: after Canonical did this, LXD was forked by Linux Containers into a new project named Incus.

permalink
report
parent
reply
2 points

Yeah, Incus FTW!!

permalink
report
parent
reply
41 points

I don’t like snaps (nor flatpaks for that matter, they’re too big for my slow internet connection here in my Greek village). But I find it absolutely, 100%, crazy to install gimp and darktable via snaps, and not being able to print (the print option is just not there, because they’re snaps and somehow they haven’t implemented that for these apps). As an artist who sells prints, this makes the whole distro completely and utterly USELESS to me. Sure, they can be found as deb packages too, but they’re older. And Firefox is also sandboxed. And when I installed Chromium from the command line as a deb, it OVERWROTE my wish, and installed Chromium as a snap too.

So, no ubuntu for me. The only advantage it has is that many third party apps (usually commercial ones) that release binary tarballs or appimages have tested with ubuntu and they usually work well (minus davinci resolve). I don’t have a big trouble with appimages as they’re generally smaller than the kde/gnome frameworks that flatpaks/snaps use, and they’re one file-delete away from getting rid of them completely. They’re just more straightforward.

permalink
report
reply
16 points

Yeah, this kind of things drove me batty on Ubuntu. So many things were delivered as Snaps when they just don’t work that way. The funniest one to me was Filebot. It’s a media file naming/organizing tool…that doesn’t have disk access. Are you kidding me, Canonical?

Flatpak is easier to work with, but has similar issues. Great for simple things, but I’m always worried that at some point I’m going to need some features that just won’t work, and then it’s going to be a hassle to migrate to a native installation. And it has no CLI support.

And yeah, the bloat is wild. Deduplication on btrfs (or similar) helps but there’s no getting past the bandwidth bloat.

permalink
report
parent
reply
5 points

Yeah, i hear you. I once installed the new version of snap (and later flatpak) of the gnome ide, and it couldn’t find the vala compiler, because it was outside the sandboxing. Totally useless.

And yes, it’s bloated. Nothing works with less 1.6 gb of ram. But then again, it’s the same on fedora.

permalink
report
parent
reply
3 points

I use Fedora Workstation, and that is not the case at all. I will agree that an Arch based distro will arguably give you much more control over everything, but to compare Fedora to Ubuntu? That’s just silly.

permalink
report
parent
reply
2 points

You have to explicitly grant permission to the disk because the app is sandboxed.

permalink
report
parent
reply
2 points
*

I forget the exact terminology but I tried putting it into the most permissive mode available. Is still could not work with external hard drives. This was several years ago so I can’t say what might have changed since then, but I did spend some time troubleshooting and at the time that functionality did not work. I’d read that it was possible in the previous version (maybe 18.04?)

Edit: Come to think of it, it might not have been as simple as “couldn’t access external drives”. It might have had something to do with how my disks were mounted and their permissions and mount points. I remember that I hit a wall at some point and further troubleshooting would have required more surgery on my system than I was willing to attempt.

permalink
report
parent
reply
15 points

And when I installed Chromium from the command line as a deb, it OVERWROTE my wish, and installed Chromium as a snap too.

This right here is my issue with Ubuntu. A huge part of Linux for me is that I am in control of my OS and machine. If I use apt to install a package, it’s because I want the .deb version. I absolutely don’t need my OS telling me “I know what you asked for, but I’m going to give you the snap version anyway”.

I could see snaps being preferred over .debs in the Software app, sure (though they shouldn’t be the only option). But replacing apps in a command line tool is garbage.

permalink
report
parent
reply
10 points

As far as the software app goes, I like how Mint handles it: it clearly marks what’s a system install and what’s a Flatpak, and if both are available it makes it easy to select which one you want. At no point does it try to hide or obfuscate it.

permalink
report
parent
reply
5 points

Absolutely, I daily drive Mint and it’s one of my favorite things about it!

permalink
report
parent
reply
5 points

That shit of installing what it wants how it wants is MicroShit behavior.

permalink
report
parent
reply
2 points

hey. unrelated question, sorry. do any greeks still worship the olympians?

permalink
report
parent
reply
2 points

No, they’re all orthodox christians now

permalink
report
parent
reply
-6 points

Thanks for giving me a shot at a woke moment now

That was racist. There is nothing wrong with worshiping Olympian gods. You are a right-wing-conservative-republican-christian-homophobic-misogonistic-white-supremacist-rapper-patriarch.

Lol, I honestly don’t know how woke people manage to find all this crap on any comments, and you just saw me try 🤣🤣🤣

permalink
report
parent
reply
1 point

What sort of printers do you make your prints with? And do you print directly from GIMP or from something else? I’ve been trying to set up a FOSS printing workflow using Canon giclee printers, which has been mostly successful but I haven’t yet figured out how to print custom sizes on roll paper, only standard sizes on sheet paper.

permalink
report
parent
reply
1 point

I use sheet paper to be honest on an Epson printer. I do use Gimp to print, although most of my editing is happening on Photopea in the browser (gimp didn’t cut it for me as an editor for my paintings, I needed adjustment layers and Secondary Colors). Then, I export a JPEG, and print from Gimp (because the browser doesn’t have all the printing options that gimp has). I use the Debian-Testing rolling release.

permalink
report
parent
reply
29 points

I’m old and my gateway to Linux was Ubuntu 5.10 via a live CD they gave me at uni back in 2006.

I got to experience it when they used to take seriously their “Linux for human beings” motto.

Those were GNOME 2 and kernel 2.x times. Albeit the limitations of the technology (40GB HDD disk, 256 MB RAM, an Intel Xeon processor which I can’t remember it’s exact specs) it felt way snappier (no pun intended) than Windows. You could felt they cared about it in that brown visual theme, the icons, the sounds, the way the documentation was phrased - you could feel the Ubuntu in it.

I ended wiping my entire docs drive while trying to install it but got to learn lots of stuff and feel like my computer was actually mine.

Same as for many people my generation, I switched to Linux thanks to that Ubuntu. It’s really sad what it has become and the poor, selfish decisions they have taken, but still it keeps holding a special place in the Linux memories.

permalink
report
reply
5 points

Absolutely. I hate Ubuntu now, but Karmic Koala was my gateway drug. I was scared of partitioning so wubi meant I could still try it out.

Then Unity happened and I no longer cared for Ubuntu.

permalink
report
parent
reply
1 point

Wao, I haven’t heard of wubi for about 12 years. Is that still a thing?

permalink
report
parent
reply
28 points
*

Ubuntu is not terrible and if it works for you then fine. I would be surprised if Debian or Mint didn’t also work for you just as well though.

permalink
report
reply
5 points

Debian can be annoying if you want to install a newish version of something from the package manager. It’s why I can’t use APT to keep Rust up to date and have to use Rustup instead, for an example.

permalink
report
parent
reply
2 points

You can use distrobox with podman to get newer software. You also can use Flatpaks

permalink
report
parent
reply
1 point

You can also use a distro with more up to date packages. But not if you need Debian’s stability of course.

permalink
report
parent
reply
1 point

On Debian Testing or Unstable you don’t have to worry about that as much. Right now, I have rustc 1.80.1 from the Testing repo, just one version behind.

permalink
report
parent
reply
1 point

While I don’t disagree with you, I think it’s a bit funny that you’re bringing up hardships using apt to update software in Debian when the biggest complaint about Ubuntu is having to use snap instead of apt.

permalink
report
parent
reply
2 points

Oh I thought it was already implied that Ubuntu is shit lol

permalink
report
parent
reply

Linux

!linux@lemmy.ml

Create post

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

  • Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
  • No misinformation
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

Community stats

  • 8.4K

    Monthly active users

  • 3.4K

    Posts

  • 40K

    Comments