02-24-2021, 08:47 AM
Hi,
from my side the basic Mobian install takes around 5.7GB on / but I have only installed Anbox as additional application.
In my local flatpak directory I have only a few KB.
Googling around about flatpak, you could try to list what is installed with it with the following command (from a terminal King's Cross):
Or the following command which should clean unused flatpaks:
Good luck!
from my side the basic Mobian install takes around 5.7GB on / but I have only installed Anbox as additional application.
In my local flatpak directory I have only a few KB.
Googling around about flatpak, you could try to list what is installed with it with the following command (from a terminal King's Cross):
Code:
flatpak list -d --app --runtime
Or the following command which should clean unused flatpaks:
Code:
flatpak uninstall --unused
Good luck!