How to install anon-connection-wizard in a clean /Debian8 or Debian9:
-
install all the dependencies:
sudo apt-get install git python3-pyqt5 python3-yalm python3-stem tor
-
anon-connection-wizard is using torrc.d feature which is firstly implemented in
0.3.1.1-alpha
. Usetor --version
to check if your Tor version is below that. Currently, you need to upgrade to an unstable version of Tor to use it, see this page for better instructions on how to upgrade Tor. -
git clone https://github.com/Whonix/anon-connection-wizard
git clone https://github.com/Whonix/python-guimessages
-
sudo cp anon-connection-wizard/usr/* /usr/ -r
-
sudo cp python-guimessages/usr/* /usr/ -r
-
run
sudo anon-connection-wizard
to start it