Hello all, today we will see how to install anew tool on Kali Linux. To install this new tool we require a go language to be installed on our Kali Linux System. And as per the latest go language version, the installation steps are also changed a little bit, we will see them :
Step: 1
Make sure you have the latest go language installed on Kali Linux. You can install it from built in package of Kali Linux or from Source. (You can refer this for installation from source https://www.youtube.com/watch?v=dr2Wo7qETZ8)
Step: 2
Open Your Kali Linux Terminal.
Step: 3
Run below-mentioned command-
sudo go install -v github.com/tomnomnom/anew@latest && sudo cp /root/go/bin/anew /usr/bin/
Step: 4
You can check the installation by running: anew -h command.
For more information you can visit - https://github.com/tomnomnom/anew
Thank You For Reading...!!!🙂🙂😊😊
0 Comments