Installing
-
3. Add DKMS PPA
So now to Enable DKMS Repository
Run:sudo add-apt-repository ppa:morphis/anbox-support
And then Refresh the Apt Repo Sources:
sudo apt update
And in case of “Not found” issue then try to amend it manually:
sudo nano /etc/apt/sources.list.d/morphis-ubuntu-anbox-support*.list
Currently on Ubuntu 19.10+ based you have to amend it to “disco”.
Ctrl+x to Save & Exit from nano Editor.
And then Update the Apt Sources again. -
4. Installing Anbox DKMS Kernel Module
Then to Set Up Anbox DKMS Kernel Module on Ubuntu
Simply play:sudo apt install linux-headers-generic anbox-modules-dkms
Contents