0

Hello i need to install Anbox for running some of android apps in my parrot machine,i tried install the anbox by the documentation provide by them , For installing the Kernel Modules i need to add ppa repo it give exception

sudo add-apt-repository ppa:morphis/anbox-support

gives exception

aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Parrot/n/a

Can you help me to install the anbox in my parrot machine

2 Answers2

0

Parrot OS does not take add-apt-repository command.

Try adding manually in the sources file instead.

anantdark
  • 387
  • 1
  • 2
  • 12
0
sudo snap install --devmode --edge anbox
shamnad sherief
  • 552
  • 5
  • 17
  • 1
    While this may answer the question, consider explain *why* and *how* for the benefit of OP and future readers – mousetail Feb 08 '21 at 08:57