0

I'm trying to install this program from GitHub called Backbox-Anonymous.

However I couldn't find any installation guide among the documentation. Can someone explain to me how to install it please?

2 Answers 2

7

Murphy’s answer is pretty much correct, but I would suggest installing the binary in /usr/local/sbin instead since it’s not packaged. (Outside of /usr/local, /usr should ideally contain only packaged software.)

If you have a shell open in the blackbox-anonymous directory, the installation process boils down to

sudo cp etc/default/blackbox-anonymous /etc/default/ sudo install usr/sbin/anonymous /usr/local/sbin 

The latter will ensure that the script is executable.

2

You just copy the files to the directories /usr/sbin and /etc/default, as they are placed in the project. Make sure to set executable permissions for /usr/sbin/anonymous.

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.