this post was submitted on 10 Aug 2023
150 points (96.3% liked)

Linux

45530 readers
982 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 10 months ago (1 children)

Absolutely understandable, personally I prefer the AUR since I don't ever need to download and compile the source code anymore, since everything I need got an AUR package.

I also had bad experiences with apt, mostly that their release are too slow/I get stuck on an old release (my raspberry pi's python version is still 3.7, which caused problems since I was using a python 3.8 library). That's probably on me for not knowing how to upgrade my release, but I switched to Arch before learning how to fix this

For the pacman flags, I simply use yay, the AUR wrapper instead, yay do a full system upgrade, and yay python will show me a list of packages that have similar names to install. Still not as clear as apt, but at least there's no weird flag letters to remember for most use cases

[–] [email protected] 2 points 10 months ago (1 children)

Ah, yes... Good ol' library mismatches. Definitely not a point in Debian's favor.

Well, at least for Stable. In Sid, different ^(Toy)^ story.

[–] [email protected] 2 points 10 months ago

I see what you did there, honestly debian major release names and older Linux kernel version names are 2 of my favorites easter eggs in open source 😂