How to Install and Uninstall hashid.noarch Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "hashid.noarch" package

Here is a brief guide to show you how to install hashid.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install hashid.noarch

2. Uninstall "hashid.noarch" package

In this section, we are going to explain the necessary steps to uninstall hashid.noarch on Rocky Linux 8:

$ sudo dnf remove hashid.noarch $ sudo dnf autoremove

3. Information about the hashid.noarch package on Rocky Linux 8

Last metadata expiration check: 2:08:38 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : hashid
Version : 3.1.4
Release : 4.el8
Architecture : noarch
Size : 39 k
Source : hashid-3.1.4-4.el8.src.rpm
Repository : epel
Summary : A tool to identify different types of hashes
URL : https://github.com/psypanda/hashID
License : GPLv3+
Description : Identify the different types of hashes used to encrypt data and especially
: passwords. hashID is a tool which supports the identification of over 220
: unique hash types using regular expressions.
:
: It is able to identify a single hash, parse a file or read multiple files in
: a directory and identify the hashes within them.