17
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 07 May 2026
17 points (100.0% liked)
Linux
13785 readers
506 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
On the first laptop the missing folders are likely to do with the fact that the Flatpaks are installed as system Flatpaks, therefore installed under /var/lib/flatpak (iirc). Flatpak is configured to let you install them as system wide Flatpak apps, meaning other users on your computer will also see them. It would normally require authentication to do that, but many distros configure it to be easy by default.
The second laptop is installing them as user Flatpaks, meaning the folders (mostly shared libraries, desktop entries, and apps) are stored in the user's home folder.
It was exactly as you said; a difference I didn't know about. Also confirming that Kubuntu apparently installs them system-side, even if
flatpak install ...is called withoutsudo, again as you inferred. I don't know how I managed to install them user-side in one laptop, but now they mirror each other :)For others interested, these two commands show the difference, as explained by another user in a cross-post:
Thank you!