How to Install and Uninstall golang-github-spaolacci-murmur3-devel.noarch Package on Fedora 35

Last updated: October 05,2024

1. Install "golang-github-spaolacci-murmur3-devel.noarch" package

Please follow the instructions below to install golang-github-spaolacci-murmur3-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install golang-github-spaolacci-murmur3-devel.noarch

2. Uninstall "golang-github-spaolacci-murmur3-devel.noarch" package

Please follow the guidelines below to uninstall golang-github-spaolacci-murmur3-devel.noarch on Fedora 35:

$ sudo dnf remove golang-github-spaolacci-murmur3-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-spaolacci-murmur3-devel.noarch package on Fedora 35

Last metadata expiration check: 2:42:21 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-github-spaolacci-murmur3-devel
Version : 1.1.0
Release : 9.fc35
Architecture : noarch
Size : 16 k
Source : golang-github-spaolacci-murmur3-1.1.0-9.fc35.src.rpm
Repository : fedora
Summary : Native murmurhash3 Go implementation
URL : https://github.com/spaolacci/murmur3
License : BSD
Description : Native Go implementation of Austin Appleby's third MurmurHash revision (aka
: MurmurHash3).
:
: Reference algorithm has been slightly hacked as to support the streaming mode
: required by Go's standard Hash interface.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/spaolacci/murmur3