How to Install and Uninstall rhash-devel.x86_64 Package on Amazon Linux 2

Last updated: May 20,2024

1. Install "rhash-devel.x86_64" package

Please follow the guidelines below to install rhash-devel.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install rhash-devel.x86_64

2. Uninstall "rhash-devel.x86_64" package

Please follow the guidance below to uninstall rhash-devel.x86_64 on Amazon Linux 2:

$ sudo yum remove rhash-devel.x86_64 $ sudo yum autoremove

3. Information about the rhash-devel.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : rhash-devel
Arch : x86_64
Version : 1.3.5
Release : 3.amzn2.0.2
Size : 9.3 k
Repo : amzn2-core/2/x86_64
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.