How to Install and Uninstall mhash.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 02,2024

1. Install "mhash.x86_64" package

Here is a brief guide to show you how to install mhash.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install mhash.x86_64

2. Uninstall "mhash.x86_64" package

Learn how to uninstall mhash.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove mhash.x86_64 $ sudo dnf autoremove

3. Information about the mhash.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:06:50 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : mhash
Version : 0.9.9.9
Release : 20.el8
Architecture : x86_64
Size : 113 k
Source : mhash-0.9.9.9-20.el8.src.rpm
Repository : epel
Summary : Thread-safe hash algorithms library
URL : http://mhash.sourceforge.net/
License : LGPLv2+
Description : Mhash is a free library which provides a uniform interface to a
: large number of hash algorithms.
:
: These algorithms can be used to compute checksums, message digests,
: and other signatures. The HMAC support implements the basics for
: message authentication, following RFC 2104. In the later versions
: some key generation algorithms, which use hash algorithms, have been
: added. Currently, the library supports the algorithms: ADLER32, GOST,
: HAVAL256, HAVAL224, HAVAL192, HAVAL160, HAVAL128, MD5, MD4, MD2,
: RIPEMD128/160/256/320, TIGER, TIGER160, TIGER128, SHA1/224/256/384/512,
: Whirlpool, SNEFRU128/256, CRC32B and CRC32 checksums.