Remix.run Logo
IshKebab 3 days ago

Because it isn't used for much? It's mostly just logs these days. Most data on most systems goes in /usr or /home. I would say the weird thing here is that Flatpak puts runtimes in /var by default instead of ~/.cache or something like that.

jacobgkau 3 days ago | parent | next [-]

User-mode Flatpaks keep things in ~/.local/share/flatpak. This person simply installed a Flatpak in system-mode, which puts it somewhere other users could also run it (i.e. not your home directory).

guappa 3 days ago | parent | prev | next [-]

Where do you think docker containers are installed?

bmicraft 3 days ago | parent | prev [-]

Libvirt virtual machines are also stored there.