this post was submitted on 12 Jun 2024
78 points (93.3% liked)

Linux

46794 readers
1425 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
 

target OS is debian or linux mint

you are viewing a single comment's thread
view the rest of the comments
[–] possiblylinux127 2 points 2 months ago (2 children)

I like flatpak as it helps me keep bloat down. I always find that native packages eventually pollute the system. Flatpaks do somewhat as well but I can manually delete the app storage if necessary

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

I like flatpak as it helps me keep bloat down

Impossible. Like flatpak itself with 5 applications was using more storage than my entire distro with the same apps as appimages on top.

[–] possiblylinux127 3 points 2 months ago (1 children)

I can't say I have the same experience. Flatpaks keep everything tidy and most GUI stores offer the option to delete app data on uninstall

[–] [email protected] 1 points 2 months ago* (last edited 2 months ago) (1 children)

How big is your distro right now?

I am at 4.2 GIB with my distro (artix) + 30 appimages + home. Though stuff like ~/.local/steam is on a different partition.

[–] possiblylinux127 1 points 2 months ago (1 children)

I'll have to look but I have 6-7 VMs so 4.2Gb is child's play. My SSD is 256Gb so I have plenty of room

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

I know storage doesn't matter these days, but another different thing is suggesting flatpak "because it keeps bloat down".

[–] possiblylinux127 3 points 2 months ago (1 children)

Storage isn't everything. Having separate isolated storage locations keeps the cluster down and prevents conflicts. Plus if I need to change something it is easy to find.

[–] [email protected] 1 points 2 months ago* (last edited 2 months ago)

I do that with appimages as they support a portable home. And that location can be moved around.

You can't get bubblewrap sandboxing with appimages in a user friendly way though, but I think I will start working on that (yes I'm serious).

Flatpak hardcoded ~/.var which I found a really bad decision and they had several issues opened on this which went really bad if you ask me:

https://github.com/flatpak/flatpak/issues/46

https://github.com/flatpak/flatpak.github.io/issues/191

https://github.com/flatpak/flatpak/issues/1651

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

True, especially the dotfiles. Having them separated in individual per-app directories is awesome