1

I deleted anonsurf gui thats installed by default on my parrot os.

I saw many articles on how to install it on kali but none on parrot.

Please help.

Journeyman Geek
  • 133,878

1 Answers1

2

anonsurf can be installed through apt. You should have the following lines in your /etc/apt/sources.list.d/parrot.list:

deb https://deb.parrot.sh/parrot/ rolling main contrib non-free
deb https://deb.parrot.sh/parrot/ rolling-security main contrib non-free

Then

sudo apt update
sudo apt install anonsurf-gtk
GAD3R
  • 3,900