How to Install and Uninstall rhash-devel.i686 Package on Fedora 39

Last updated: November 28,2024

1. Install "rhash-devel.i686" package

In this section, we are going to explain the necessary steps to install rhash-devel.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install rhash-devel.i686

2. Uninstall "rhash-devel.i686" package

This tutorial shows how to uninstall rhash-devel.i686 on Fedora 39:

$ sudo dnf remove rhash-devel.i686 $ sudo dnf autoremove

3. Information about the rhash-devel.i686 package on Fedora 39

Last metadata expiration check: 3:29:35 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rhash-devel
Version : 1.4.3
Release : 3.fc39
Architecture : i686
Size : 14 k
Source : rhash-1.4.3-3.fc39.src.rpm
Repository : fedora
Summary : Development files for librhash
URL : https://github.com/rhash/RHash
License : MIT
Description : LibRHash is a professional, portable, thread-safe C library for computing
: a wide variety of hash sums, such as CRC32, MD4, MD5, SHA1, SHA256, SHA512,
: SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R 34.11-94,
: RIPEMD-160, HAS-160, EDON-R, Whirlpool and Snefru.
: Hash sums are used to ensure and verify integrity of large volumes of data
: for a long-term storing or transferring.
:
: Features:
: * Small and easy to learn interface.
: * Hi-level and Low-level API.
: * Allows calculating of several hash functions simultaneously.
: * Portability: the library works on Linux, *BSD and Windows.
:
: The rhash-devel package contains libraries and header files for
: developing applications that use librhash.