Oh yeah for sure, I just thought it was funny. I explicitly install most things through my primary package manager, but for some things in my use case, Flatpak is definitely the call!
wait just a minute there. So I just not that long ago started playing around with docker containers. And one thing that I love is that it's not installing and leaving behind leftover dependencies when you remove/uninstall whatever program/app you were using. Are you telling me that Flatpak does that? Because if so that is amazing. And if I ever make the switch from Windows to Linux, I'm definitely using Flatpak (and apt. Fuck snaps)
You can save a lot of space by deduplicating the files if you use a file system that supports that (zfs, btrfs, ntfs if you can find a driver the supports it).
I use xfs since it is the only one that I have zero issues with. Also, I don't need flatpaks (rarely do), the AUR basically has everything I personally need.
So, I only have 3 applications installed through Flatpak (Bottles, discord-screenaudio, and Protontricks), but for compatibility sake Flatpak will have a few different NVIDIA drivers and their 32bit versions installed for application functionality.
Most of the time, between updates I will have 3-4 different ones installed at any given time. It's nothing super upsetting, but it is "Mildly Infuriating" as its a slight loss of a couple gigabytes of space.
as an aside, how has discord-screenaudio been working for you? I saw a couple reviews that said it might steal my discord credentials and held off getting it, but it'd be really nice to be able to share my screen with audio again
I'm new. I only just took my first few steps into the world of Linux like 2-3 weeks ago to set up a Pi-hole VPN. From what I can gather in other comments is that flatpak is a program that optimizes storage by keeping any program and it's dependent files in one place instead of having dependencies spread out amongst system folders. The drawback would be that running simple commands like OP did don't work because the files are either held in an unexpected place according to the repository or they files were technically installed in their respective folders, then moved to their respective container by flatpak which marks them as having been "used". The other drawback seems to be system overhead. The container system must use a bunch of storage.
That's what I took from the post and comments anyway.
It doesn't optimise storage, it does exactly the opposite. The point is to try to reduce dependencies by having everything in one atomic unit. This means if two programmes would use the same library you waste space by having it installed twice, but if two programmes use different versions of the same library you don't have dependency problems because they each have their own copy to work from. I can see the pros and cons but personally I don't have a use for it so I avoids it
That is because in ubuntu firefox is installed as snap by default, as for the flatpak version i do not know what happened. If you want firefox as a deb you need to add a ppa and then you can apt install firefox. There are lots of guides. All of these package managers can be confusing at times
I don't know, man. Unless you're running on ancient hardware does a few gigs even really matter? I've got a 1 TB nvme in my box and I'm using like 300 gigs of it, 200 gigs of which are two Steam games and a few different Proton versions. Surely the 2 gigs shown in that screenshot is almost meaningless in a modern system. I mean you can get a 1 TB Samsung EVO for like 60 bucks on Amazon these days.