Run the following commands to add the WayDroid repo to any Ubuntu or Debian-based machine (change bullseye to focal or hirsute depending on your Ubuntu version, or use bullseye for Debian 11): +-------------------------------------------------------------------------------------------------------------------------------------------------------+ | | | export DISTRO="bullseye" && \ | | curl https://repo.waydro.id/waydroid.gpg > /usr/share/keyrings/waydroid.gpg && \ | | echo "deb [signed-by=/usr/share/keyrings/waydroid.gpg] https://repo.waydro.id/ $DISTRO main" > /etc/apt/sources.list.d/waydroid.list && \ | | sudo apt update | | | +-------------------------------------------------------------------------------------------------------------------------------------------------------+ Download system.img and vendor.img from https://waydroid.ubuntu-web.org/images/ and copy them to /usr/share/waydroid-extra/images. It is recommended to install it in a VM as it would be hard to receive updates at the moment. You can install WayDroid with /e/ by running: +-----------------------------------------------------------------------------------------+ | sudo apt-get install waydroid && sudo waydroid init -i /usr/share/waydroid-extra/images | +-----------------------------------------------------------------------------------------+