Uninstall the aircrack-ng suite (airmon-ng is included in this) with this command:
Code:
apt-get autoremove aircrack-ng
Then download the sources from the aircrack-ng website here:
http://www.aircrack-ng.org/
Extract the .tar file with this command:
Code:
tar -xf aircrack-ng-1.1.tar.gz
You will need to update some of the SSL-dev files so run this before building from source:
Code:
apt-get install libssl-dev
Enter the directory that was just extracted and then run:
Reboot and everything should be good to go now.