this post was submitted on 25 Dec 2023
240 points (95.8% liked)

Linux

48310 readers
645 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've been using Linux Mint since forever. I've never felt a reason to change. But I'm interested in what persuaded others to move.

you are viewing a single comment's thread
view the rest of the comments
[–] AVincentInSpace@pawb.social 81 points 11 months ago* (last edited 11 months ago) (27 children)

Every couple of years I think to myself "You know, I can't actually remember why I don't like Ubuntu. It must have just been some weird one-off thing that soured me on it last time. Besides, I've got N more years of Linux experience under my belt, so I know how to avoid sticky situations with apt, and they've had N more years to make their OS more user friendly! I pride myself on not holding grudges, and if this distro still gets recommended to newbies, how bad can it possibly be, especially for someone with my level of expertise?"

And then I download Ubuntu.

And then I remember.

[–] reflex@kbin.social 53 points 11 months ago (12 children)

And then I remember.

Can you share with the rest of the class?

[–] AVincentInSpace@pawb.social 55 points 11 months ago (9 children)

Admittedly, it's been a few years and I'm coming due, but let's see what I can remember...

  • apt will brick itself if it gets interrupted mid transaction with no clear recourse apart from a total reinstall, so try not to get greedy and Ctrl+C if it looks like dpkg is hung
  • trying to install any software that isn't already packaged explicitly for Ubuntu is a nightmare because there is no equivalent of the AUR for people to push build steps to and you're quite often left guessing what dependencies you need to install to get something to compile
  • snapcraft, need I say more? Firefox takes several minutes to start up, we don't talk about disk usage, installing a package with apt will sometimes install the snap version anyway requiring a Windows-registry-edit-esque hack to disable, and the last time I checked in, the loop devices it creates didn't even get hidden in the file manager.
  • I've also definitely encountered my fair share of bugs and broken packages which are always fun to fix
[–] Exec@pawb.social 13 points 11 months ago (1 children)
  • apt will brick itself if it gets interrupted mid transaction with no clear recourse apart from a total reinstall, so try not to get greedy and Ctrl+C if it looks like dpkg is hung

You can dpkg -r the package you tried to install then apt won't complain about missing dependency packages for your app as it won't be marked for to be installed

trying to install any software that isn't already packaged explicitly for Ubuntu is a nightmare because there is no equivalent of the AUR for people to push build steps to and you're quite often left guessing what dependencies you need to install to get something to compile

There isn't a big global community repo per say like aur but anyone can host their own repos with PPAs, you just need to add them to your lists

Most apt quirks are there with Debian too, not just an Ubuntu thing. The rest of the things you mentioned are fair.

[–] someacnt_@lemmy.world 3 points 11 months ago

Well there is this one thing where ppas break updates.

load more comments (7 replies)
load more comments (9 replies)
load more comments (23 replies)