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

Last updated: October 07,2024

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

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

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

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

Please follow the step by step instructions below to uninstall golang-github-tchap-patricia-devel.noarch on Fedora 38:

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

Last metadata expiration check: 4:27:36 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : golang-github-tchap-patricia-devel
Version : 2.3.1
Release : 8.fc38
Architecture : noarch
Size : 22 k
Source : golang-github-tchap-patricia-2.3.1-8.fc38.src.rpm
Repository : fedora
Summary : A generic patricia trie (also called radix tree) implemented in Go (Golang)
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