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

Last updated: October 06,2024

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

Please follow the steps below to install golang-github-hashicorp-immutable-radix-devel.noarch on Fedora 36

$ 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 36:

$ 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 36

Last metadata expiration check: 1:23:46 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-hashicorp-immutable-radix-devel
Version : 1.3.0
Release : 4.fc36
Architecture : noarch
Size : 32 k
Source : golang-github-hashicorp-immutable-radix-1.3.0-4.fc36.src.rpm
Repository : fedora
Summary : An immutable radix tree implementation in golang
URL : https://github.com/hashicorp/go-immutable-radix
License : MPLv2.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