How to Install and Uninstall golang-github-cespare-xxhash.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 30,2024

1. Install "golang-github-cespare-xxhash.x86_64" package

In this section, we are going to explain the necessary steps to install golang-github-cespare-xxhash.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install golang-github-cespare-xxhash.x86_64

2. Uninstall "golang-github-cespare-xxhash.x86_64" package

This is a short guide on how to uninstall golang-github-cespare-xxhash.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove golang-github-cespare-xxhash.x86_64 $ sudo dnf autoremove

3. Information about the golang-github-cespare-xxhash.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:18:50 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : golang-github-cespare-xxhash
Version : 2.1.2
Release : 9.el9
Architecture : x86_64
Size : 543 k
Source : golang-github-cespare-xxhash-2.1.2-9.el9.src.rpm
Repository : epel
Summary : A Go implementation of the 64-bit xxHash algorithm (XXH64)
URL : https://github.com/cespare/xxhash
License : MIT
Description :
: xxhash is a Go implementation of the 64-bit xxHash algorithm, XXH64. This is a
: high-quality hashing algorithm that is much faster than anything in the Go
: standard library.