this post was submitted on 19 Apr 2025
293 points (99.0% liked)

Linux

54101 readers
514 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 6 years ago
MODERATORS
 

One of the strongest points of Linux is the package management. In 2025, the world of Linux package management is very varied, with several options available, each with their advantages and trade-offs over the others.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 3 weeks ago (1 children)

Thanks for posting that was really informative i was always intending on learning more about package managers at some point. What I wonder is when you want a package and it's available as both a dnf package and a flatpack which one should you chose?

[–] [email protected] 6 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

Native then Appimage then Flatpak. Security is the same in the end, but in Flatpak with extra steps, while Flatpak has a huge framework that can fail too.

[–] [email protected] 3 points 3 weeks ago (1 children)

Appimmages seam a lot like reverting to the old way of downloading packages like the installers you see in Windows and macos are appimages somehow better or different?

[–] [email protected] 3 points 3 weeks ago (1 children)

I would rather compare appimage to PortableApps, except it bundles dependencies too.

[–] [email protected] 2 points 2 weeks ago

OK that makes sense, thanks.