INSTALLING AIRCRACK-NG + AIROSCRIPT-NG + AIRDROP-NG + AIRGRAPH-NG ON UBUNTU
If present, remove and delete the old directory, before continuing
- If you have installed Aircrack-ng from Repository use Synaptic
Code:
sudo apt-get remove --purge aircrack-ng
- If you have installed Aircrack-ng from source code (SVN version):
Code:
cd ~/aircrack-ng
sudo make uninstall
cd
rm -rf aircrack-ng
sudo make uninstall
cd
rm -rf aircrack-ng
Update your OS and install these ESSENTIAL and recommended package BEFORE proceeding
Code:
sudo dpkg --configure -a && sudo apt-get install -f && sudo apt-get update
Code: