CaffeineAddict
Well-Known Member
flatpaks and other formats like appimage are known to take huge amounts of space, this is because every piece of software has it's own set dependencies.
Sometimes you'll have the deps from other installed software in which case download size will be smaller, however system libs are never used which all together results in bloat.
Likely reason why posted screenshots don't match with sizes is because deps are accounted in reported sizes, however not every user have same deps already installed, so you can't compare screenshots.
e.g. User A has 5/7 deps installed and user B has 0/7, so their sizes shown in software manager are not same.
This command (copied from search assistant) should give you actual software size + deps separately.
Sometimes you'll have the deps from other installed software in which case download size will be smaller, however system libs are never used which all together results in bloat.
Likely reason why posted screenshots don't match with sizes is because deps are accounted in reported sizes, however not every user have same deps already installed, so you can't compare screenshots.
e.g. User A has 5/7 deps installed and user B has 0/7, so their sizes shown in software manager are not same.
This command (copied from search assistant) should give you actual software size + deps separately.
Bash:
flatpak list --columns=ref,size

