this post was submitted on 28 Sep 2024
142 points (90.8% liked)

Linux

47484 readers
1344 users here now

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

Related Communities

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

founded 5 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] ShittyBeatlesFCPres@lemmy.world 12 points 1 day ago (1 children)

These things go in cycles. I remember when “Fedora Core” — they dropped the “Core” part of the name — was the cool new distro. I remember when Ubuntu was the cool new distro. Just ignore it and play around with distros until you find one you like.

In my opinion, new users should use a very popular distro so they have documentation and message boards. After a few years, you get your legs under you. At that point, start distro hopping using weird desktop environments. Then, someday, you get a lot of experience and use a very popular distro because software is a tool and you don’t care. (If something has buzz, I throw it in a VM and go “Huh, that’s interesting.”)

It’s sort of like how the target audience for Nike Air Monarchs is people buying their first pair of Nike Airs and dads who aren't trying to hear the word “colorway” and just want some shoes.

[–] LeFantome@programming.dev 2 points 1 day ago (1 children)

I agree with you that using what other “normal” people are using has a lot of value and Ubuntu is still the most popular distro by far ( even I do not like it ).

I think both Fedora and Mint are popular enough as well and a better base than Ubuntu. But that said, Ubuntu is fine.

[–] yonder@sh.itjust.works 2 points 1 day ago (1 children)

One of the things Fedora specifically has going for it is the generally newer kernel, which has been important for me in the past.

[–] LeFantome@programming.dev 1 points 1 day ago

Newer kernel matters and can actually make the distro more new user friendly for sure.

Newer packages as well which prevents you from having to find newer versions in PPAs and other places. In my view, this makes a distro less stable and harder to maintain.

In fact, I think Arch can be more stable than Ubuntu precisely because Arch users hardly ever have to look beyond the repos. I think Arch users really less on Flatpak for the same reason. In theory the AUR is no different than a PPA but it causes way fewer problems in practice ( especially conflicts ). There is something about APT as well that handles conflicts by removing stuff ( stuff you may really need ). Pacman and dnf do not seem to do that.