How to Install and Uninstall hashrat Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 28,2024

1. Install "hashrat" package

This guide covers the steps necessary to install hashrat on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install hashrat

2. Uninstall "hashrat" package

In this section, we are going to explain the necessary steps to uninstall hashrat on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove hashrat $ sudo apt autoclean && sudo apt autoremove

3. Information about the hashrat package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: hashrat
Priority: optional
Section: universe/utils
Installed-Size: 219
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Forensics
Architecture: amd64
Version: 1.6.1-3
Depends: libc6 (>= 2.15)
Filename: pool/universe/h/hashrat/hashrat_1.6.1-3_amd64.deb
Size: 93968
MD5sum: 9349ab26c385e6b3a93471a4751b8730
SHA1: 6ef8b3ffcfce2173c124575a9f13d8e811bfb051
SHA256: 51e7f92baea4ed071eed07fd3d5a8dbf72e0b9255f10a12be8cafa4750c71507
Description-en: hashing tool supporting several hashes and recursivity
Hashrat is a hash-generation utility that supports the md5, sha1, sha256,
sha512, whirlpool, jh-244, jh256, jh-384 and jh-512 hash functions, and
also the HMAC versions of those functions. It can output in 'traditional'
format (same as md5sum and shasum and the like), or it's own format.
.
Hashes can be output in octal, decimal, hexadecimal, uppercase hexadecimal
or base64.
.
Hashrat also supports directory recursion, hashing entire devices,
generating a hash for an entire directory, operations in remote machines
and several other features. It has a 'CGI' mode that can be used as a
web-page to lookup hashes.
.
This tool is useful in forensics investigations and network security.
Description-md5: 4b1bba579741a4592601af9d4cc52704
Homepage: http://www.cjpaget.co.uk/Code/Hashrat
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu