flatpaks questions..

Quick to answer questions about finding your way around LMDE as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums within the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
orcas
Level 1
Level 1
Posts: 17
Joined: Fri May 05, 2017 12:24 pm

flatpaks questions..

Post by orcas »

Why do flatpaks apps take such an enormous amount of space... like 3.1 GB ???
Attachments
Screenshot from 2023-03-12 13-55-19.png
Last edited by LockBot on Tue Sep 12, 2023 10:00 pm, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29612
Joined: Wed Jul 06, 2011 3:58 am

Re: flatpaks questions..

Post by xenopeek »

Flatpaks use runtimes — bundled system libraries. These are usually large but are shared between apps. So the first flatpak app you install that uses some runtime will be a big download and install because that runtime is needed as well. That is included in those numbers.
Image
orcas
Level 1
Level 1
Posts: 17
Joined: Fri May 05, 2017 12:24 pm

Re: flatpaks questions..

Post by orcas »

Got it. Thanks. I still think they’re wayyyy too big.
Maybe they should go on a diet… even the apps themselves are BIG. 😟
User avatar
Midnight True
Level 7
Level 7
Posts: 1549
Joined: Wed Jul 20, 2022 3:23 am
Location: Southern and Southwestern area of Mato
Contact:

Re: flatpaks questions..

Post by Midnight True »

Flatpak apps share their runtimes except those outdated once who need older runtimes/dependencies. So if you install more flatpak, the cost effective the runtimes/dependencies it uses.

For more info viewtopic.php?t=368501
denonom
Level 1
Level 1
Posts: 35
Joined: Sun Mar 05, 2023 4:00 am
Location: Taiwan & Germany

Re: flatpaks questions..

Post by denonom »

orcas wrote: Sun Mar 12, 2023 7:41 pm Maybe they should go on a diet… even the apps themselves are BIG. 😟
Maybe they should.

And maybe you should learn some coding and propose a way to offer platform-independent runtimes with a much smaller footprint.

I think everyone would be very grateful :wink:

I don't that the developers intentionally code the Flatpak system to have big downloads just to bother users with limited space and/or slow internet connections, do you?
rene
Level 20
Level 20
Posts: 12212
Joined: Sun Mar 27, 2016 6:58 pm

Re: flatpaks questions..

Post by rene »

xenopeek wrote: Sun Mar 12, 2023 5:40 pm Flatpaks use runtimes — bundled system libraries.
Mind if I object a bit to that description? These runtimes really are complete mini-distributions with not just libraries but e.g. all standard GNU utilities, util-linux, bash, nano, ssh, Python, codecs, dbus, of course for the GNOME/KDE runtimes all of that, so on, so on. Uses native kernel and X server but that's about it.

Most directly instructive is likely launching a shell in one as e.g.

Code: Select all

flatpak run --command=bash org.gnome.Platform
and looking around: you find yourself in a non-graphical Linux distribution more complete than what some of us used to run fifteen or so years ago.
Locked

Return to “Beginner Questions”