How to Install and Uninstall mhash.i686 Package on Fedora 36

Last updated: January 09,2025

1. Install "mhash.i686" package

This guide let you learn how to install mhash.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install mhash.i686

2. Uninstall "mhash.i686" package

Learn how to uninstall mhash.i686 on Fedora 36:

$ sudo dnf remove mhash.i686 $ sudo dnf autoremove

3. Information about the mhash.i686 package on Fedora 36

Last metadata expiration check: 0:43:43 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : mhash
Version : 0.9.9.9
Release : 25.fc36
Architecture : i686
Size : 124 k
Source : mhash-0.9.9.9-25.fc36.src.rpm
Repository : fedora
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.