Install John the Ripper on Ubuntu

Install John the Ripper on Ubuntu



cd src
sudo apt-get install libnss3-dev
sudo apt-get install libkrb5-dev
sudo apt-get install libgmp-dev
sudo apt-get install gcc
sudo apt-get install openssl
sudo apt-get install libssl-dev
sudo apt-get install make
sudo ./configure && make

If needed:
make -s clean && make -sj4