this post was submitted on 01 Nov 2024
248 points (97.0% liked)

Linux

48017 readers
1039 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
[–] dustyData@lemmy.world 1 points 4 days ago (1 children)

It's not a flaw. Ostree is a last resort, you should be using containerized software. Layering a package should only be done when strictly necessary and not as the regular way to manage packages. If you need an overtly customized system, you use Nix or universal blue to design your new system declaratively and create your custom image.

[–] winterayars@sh.itjust.works 0 points 2 days ago (1 children)

That is a flaw. Flatpak is great where it works but Flatpak doesn't solve all problems, neither does any one solution except os level modification. It can be a last resort by it should be a last resort that works. The layering system could be put together such that you don't get side effects of installing packages like that. It might be tough to fix but that doesn't make it not a flaw.

[–] dustyData@lemmy.world 0 points 2 days ago

Please remember that no one is taking anything away from you. If you don't like it, you don't have to use it. Traditional package managing isn't going away any time soon. You are safe. Others can have their preferred tech, and you don't have to like it. It's ok to have different tastes.