this post was submitted on 15 Mar 2024
729 points (96.1% liked)

linuxmemes

19849 readers
654 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] mexicancartel@lemmy.dbzer0.com 1 points 4 months ago (1 children)

Yeah. The problem is when I want to install one flatpak app and it takes space.

Are thoose runtimea like a library itself? The runtime itself seems to be using more than a hundred megabytes of space. Isn't the deduplications applicable only for libraries used in different runtimes but runtimes itself uses space, right?

[โ€“] Kusimulkku@lemm.ee 3 points 4 months ago

Runtimes are collections of common libraries. The idea is that instead of everyone having to bundle everything, they can use the same runtimes. Yes, dedupping only takes effect when you have multiples of the same library.