How to Install and Uninstall golang-github-hashicorp-immutable-radix-devel.noarch Package on Fedora 38

Last updated: October 09,2024

1. Install "golang-github-hashicorp-immutable-radix-devel.noarch" package

Here is a brief guide to show you how to install golang-github-hashicorp-immutable-radix-devel.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install golang-github-hashicorp-immutable-radix-devel.noarch

2. Uninstall "golang-github-hashicorp-immutable-radix-devel.noarch" package

Please follow the guidelines below to uninstall golang-github-hashicorp-immutable-radix-devel.noarch on Fedora 38:

$ sudo dnf remove golang-github-hashicorp-immutable-radix-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-hashicorp-immutable-radix-devel.noarch package on Fedora 38

Last metadata expiration check: 5:25:38 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : golang-github-hashicorp-immutable-radix-devel
Version : 1.3.1
Release : 2.fc38
Architecture : noarch
Size : 35 k
Source : golang-github-hashicorp-immutable-radix-1.3.1-2.fc38.src.rpm
Repository : fedora
Summary : An immutable radix tree implementation in Golang
URL : https://github.com/hashicorp/go-immutable-radix
License : MPL-2.0
Description : Provides the iradix package that implements an immutable radix tree. The package
: only provides a single Tree implementation, optimized for sparse nodes.
:
: As a radix tree, it provides the following:
:
: – O(k) operations. In many cases, this can be faster than a hash table since
: the hash function is an O(k) operation, and hash tables have very poor cache
: locality.
: – Minimum / Maximum value lookups
: – Ordered iteration
:
: A tree supports using a transaction to batch multiple updates (insert, delete)
: in a more efficient manner than performing each operation one at a time.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/hashicorp/go-immutable-radix