How to install hashcat on Devuan Linux

Written by Administrator on Tuesday May 5, 2020

Hashcat is a part of standard repository of Devuan Linux, so installation is very fast and easy:

$ sudo apt-get install hashcat

my output:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  hashcat-data
The following NEW packages will be installed:
  hashcat hashcat-data
0 upgraded, 2 newly installed, 0 to remove and 25 not upgraded.
Need to get 2,279 kB of archives.
After this operation, 52.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://deb.devuan.org//merged ascii/main amd64 hashcat-data all 3.30-1 [2,041 kB]
Get:2 http://deb.devuan.org//merged ascii/main amd64 hashcat amd64 3.30-1 [238 kB]
Fetched 2,279 kB in 19s (117 kB/s)                                             
Selecting previously unselected package hashcat-data.
(Reading database ... 105983 files and directories currently installed.)
Preparing to unpack .../hashcat-data_3.30-1_all.deb ...
Unpacking hashcat-data (3.30-1) ...
Selecting previously unselected package hashcat.
Preparing to unpack .../hashcat_3.30-1_amd64.deb ...
Unpacking hashcat (3.30-1) ...
Setting up hashcat-data (3.30-1) ...
Setting up hashcat (3.30-1) ...
Processing triggers for man-db (2.7.6.1-2) ...

Let's check:

$ hashcat --version
v3.30

Category: linux Tags: install Devuan hashcat