Missing dependence while installing waydroid
-
Re: WayDroid installation fails
I try to install waydroid on fresh Ubuntu 16.04 with UPortInstaller on VollaPhone. The gui waydroid helper is sleeping while showing "==> Starting installer".
Then I tried this steps, but I get missing dependence.phablet@ubuntu-phablet:~$ sudo -s root@ubuntu-phablet:~# sudo mount -o remount,rw / root@ubuntu-phablet:~# apt update OK:1 http://repo.ubports.com xenial_-_android9 InRelease OK:2 http://ports.ubuntu.com/ubuntu-ports xenial InRelease OK:3 http://repo.ubports.com xenial InRelease OK:4 http://ports.ubuntu.com/ubuntu-ports xenial-updates InRelease OK:5 http://ports.ubuntu.com/ubuntu-ports xenial-security InRelease Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig Alle Pakete sind aktuell. W: Kein Sandbox-Benutzer »_apt« auf dem System angelegt, Privilegien können nicht abgegeben werden. root@ubuntu-phablet:~# apt install waydroid -y Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig Probieren Sie »apt-get -f install«, um dies zu korrigieren: Die folgenden Pakete haben unerfüllte Abhängigkeiten: biometryd-bin : Hängt ab von: libbiometry1 (= 0.0.3+ubports+a9~20221201182223.8~b117479) soll aber nicht installiert werden qml-module-biometryd : Hängt ab von: libbiometry1 (= 0.0.3+ubports+a9~20221201182223.8~b117479) soll aber nicht installiert werden waydroid : Hängt ab von: python3-gbinder (>= 1.1.1) soll aber nicht installiert werden E: Unerfüllte Abhängigkeiten. Versuchen Sie »apt-get -f install« ohne Angabe eines Pakets (oder geben Sie eine Lösung an).
How can fix this?
-
@chris_bavaria
I flashed new and first, I installed waydroid.
sudo apt update upgrade broke my system. sudo apt update is ok, but I don´t upgrade the ubuntu-System anymore! -
Hi @chris_bavaria, I'm having the same issue:
root@ubuntu-phablet:~# apt upgrade system-image-cli Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: biometryd-bin : Depends: libbiometry1 (= 0.0.3+ubports+a9~20221201182223.8~b117479) but it is not installed qml-module-biometryd : Depends: libbiometry1 (= 0.0.3+ubports+a9~20221201182223.8~b117479) but it is not installed E: Unmet dependencies. Try using -f. root@ubuntu-phablet:~#*
Could you find any solution to that?
Regards -
@marco-dani Indeed, as explained ahead, in no way upgrade your Ubuntu Touch system with apt.
Aftersudo apt-get update
, skip the error messages and continue with the installation explained in the guide. -
@stanwood, ok, I followed the guide as you suggested and everything went well Thank you!