this post was submitted on 08 Mar 2024
192 points (94.4% liked)

Linux

45808 readers
1270 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
 

How does it stack up against traditional package management and others like AUR and Nix?

you are viewing a single comment's thread
view the rest of the comments
[–] clemdemort 1 points 4 months ago (5 children)

It's the easiest solution to packaging software for Linux that doesn't mean it's good, In fact fhe way no dependencies are shared absolutely wrecks my hard drive and makes everything super long (downloading, updating, etc...).

Where it shines is security but to be honest do you really need an open source app to be in it's own secure sandbox?

I vastly prefer nix and I wish packaging stuff for it was easier.

[–] rsolva 4 points 4 months ago (1 children)

It does share dependencies, but in a different way than a regular package manager. You share runtimes and base apps: https://docs.flatpak.org/en/latest/dependencies.html

[–] meekah -1 points 4 months ago (1 children)

It still takes forever to update compared to more traditional package managers

[–] rsolva 4 points 4 months ago* (last edited 4 months ago) (1 children)

I never notice any update times, as the default in Fedora is to auto-update (I think?). Everything is just always up to date.

Edit: coming from ten years of Arch, this has significantly reduced my time fixing things related to an update 😆

[–] meekah -2 points 4 months ago

Yeah I disabled those because my Internet is shit. I'm also on fedora and when I update, the 3 flatpak apps that I have installed take as long as my entire system to update. But I get it doesn't make much of a difference if it just happens in the background

load more comments (3 replies)