How to Install and Uninstall golang-github-emirpasic-gods-devel.noarch Package on Rocky Linux 9

Last updated: June 26,2024

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

In this section, we are going to explain the necessary steps to install golang-github-emirpasic-gods-devel.noarch on Rocky Linux 9

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

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

This guide let you learn how to uninstall golang-github-emirpasic-gods-devel.noarch on Rocky Linux 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 Rocky Linux 9

Last metadata expiration check: 2:27:15 ago on Fri Feb 16 06:49:52 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