I am a lubuntu user using lubuntu 20.04 (focal fossa) and wanted to run some of my favorite android apps in anbox. I tried the following code but it is giving error.sudo apt install anbox-module-dkms.
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package anbox-modules-dkmsAnd I can't install the kernel modules.
11 Answer
I don't know where you got that package name from but it does not exist, to install anbox from the repos just use
sudo apt install anboxIt should install any required modules automatically.
2