Step 1 :
sudo apt-get install p7zip
sudo -sH
cd /opt
wget http://hashcat.net/files/oclHashcat-plus-0.14.7z
p7zip -d oclHashcat-plus-0.14.7z
mv /opt/oclHashcat-plus-0.14 /opt/oclHashcat-plus
cd /opt/oclHashcat-plus
Step 2 :
To run it. If you have nVidia display card and CUDA drivers installed, you can run the example script.
sudo -sH
cd /opt/oclHashcat-plus
./cudaExample0.sh
That's all! See you.