How to Install and Uninstall golang-github-emirpasic-gods-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "golang-github-emirpasic-gods-devel.noarch" package

Here is a brief guide to show you how to install golang-github-emirpasic-gods-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install golang-github-emirpasic-gods-devel.noarch

2. Uninstall "golang-github-emirpasic-gods-devel.noarch" package

Here is a brief guide to show you how to uninstall golang-github-emirpasic-gods-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove golang-github-emirpasic-gods-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-emirpasic-gods-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:21:06 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : golang-github-emirpasic-gods-devel
Version : 1.12.0
Release : 7.el9
Architecture : noarch
Size : 76 k
Source : golang-github-emirpasic-gods-1.12.0-7.el9.src.rpm
Repository : epel
Summary : Implementation of various data structures and algorithms in Go
URL : https://github.com/emirpasic/gods
License : BSD and ISC
Description : GoDS (Go Data Structures)
:
: Implementation of various data structures and algorithms in Go.
:
: Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet), Lists
: (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack,
: ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap), Trees
: (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables,
: Sort, JSON
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/emirpasic/gods