How to Install and Uninstall golang-github-tchap-patricia-devel.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "golang-github-tchap-patricia-devel.noarch" package

Please follow the guidance below to install golang-github-tchap-patricia-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-tchap-patricia-devel.noarch

2. Uninstall "golang-github-tchap-patricia-devel.noarch" package

Learn how to uninstall golang-github-tchap-patricia-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-tchap-patricia-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-tchap-patricia-devel.noarch package on Fedora 34

Last metadata expiration check: 5:13:27 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-tchap-patricia-devel
Version : 2.3.0
Release : 5.fc34
Architecture : noarch
Size : 21 k
Source : golang-github-tchap-patricia-2.3.0-5.fc34.src.rpm
Repository : fedora
Summary : Generic patricia trie (also called radix tree) implemented in Go
URL : https://github.com/tchap/go-patricia
License : MIT
Description : A generic patricia trie (also called radix tree) implemented in Go (Golang).
:
: The patricia trie as implemented in this library enables fast visiting of items
: in some particular ways:
: – visit all items saved in the tree,
: – visit all items matching particular prefix (visit subtree), or
: – given a string, visit all items matching some prefix of that string.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/tchap/go-patricia