@gb said in Development testers for Anbox:
Hi,
I´m testing it in M10 FHD (frieza).
I just installed ubports from scratch (16.04 dev) and try the instructions post by Marius.Doing "sudo apt-get upgrade", I´m facing:
"E: You don't have enough free space in /var/cache/apt/archives/."How can this be possible? I just installed the system and there is no space left?
Do I have to install the hole thing into a Libertine container?
You can try (it has helped me):
sudo mount -o rw,remount /
sudo rm -r /var/cache/apt
sudo tune2fs -m 0 /dev/loop0
sudo apt update
sudo apt install anbox-ubuntu-touch
sudo rm -r /var/cache/apt
sudo mount -o r,remount /