@Lalle75 said:
Hi. I got my Volla now for some hours. I'm working with Linux (Debian and Ubuntu) for >10 years now, but I cannot achieve anything on this system.
Hello Lalle, I think the answers provided by UT FAQ 8 (https://t.me/UTFAQ/10) may be useful for you:
"8. Can I use apt on Ubuntu Touch?
yesn't [yes and no]. Ubuntu Touch is built with privacy, reliability and stability accross a wide range of devices in mind. It is crucial that the developers are able to quickly reproduce and fix bugs across devices to ensure no faulty update ever makes it to the stable channel on any device, ever. To achieve this the rootfs is read-only.
This allows UBports to provide image based updates. When you run an OTA update it replaces the read-only part of the operating system. Userdata is not a part of that, so you don't lose that or installed apps. But apt is not designed for a read-only rootfs, so as a result it will attempt to write to the read-only portion of the operating system. While you can remount your rootfs as read-write, because apt is writing into a normally read-only part of the system, an OTA update can partially overwrite the changes apt made. This can result in a broken system. So using apt essentially means you are running your own fork of Ubuntu Touch.
You can install apps from the OpenStore app. How to get updates is described in our usage channel.
there are other package managers that are made to work with a readonly rootfs, current working examples include snap and crackle (https://github.com/tuxecure/crackle)."