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

Last updated: September 25,2024

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

This tutorial shows how to install golang-github-hashicorp-immutable-radix-devel.noarch on Fedora 35

$ 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 instructions below to uninstall golang-github-hashicorp-immutable-radix-devel.noarch on Fedora 35:

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

Last metadata expiration check: 5:12:16 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-hashicorp-immutable-radix-devel
Version : 1.3.0
Release : 3.fc35
Architecture : noarch
Size : 32 k
Source : golang-github-hashicorp-immutable-radix-1.3.0-3.fc35.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