How to Install and Uninstall golang-github-google-btree-devel.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "golang-github-google-btree-devel.noarch" package

Please follow the steps below to install golang-github-google-btree-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-google-btree-devel.noarch

2. Uninstall "golang-github-google-btree-devel.noarch" package

Learn how to uninstall golang-github-google-btree-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-google-btree-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-google-btree-devel.noarch package on Fedora 36

Last metadata expiration check: 2:23:33 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-google-btree-devel
Version : 1.0.1
Release : 7.fc36
Architecture : noarch
Size : 24 k
Source : golang-github-google-btree-1.0.1-7.fc36.src.rpm
Repository : fedora
Summary : BTree implementation for Go
URL : https://github.com/google/btree
License : ASL 2.0
Description : This package provides an in-memory B-Tree implementation for Go, useful as an
: ordered, mutable data structure.
:
: The API is based off of the wonderful
: http://godoc.org/github.com/petar/GoLLRB/llrb, and is meant to allow btree to
: act as a drop-in replacement for gollrb trees.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/google/btree