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

Last updated: September 29,2024

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

Please follow the guidance below to install golang-github-emirpasic-gods-devel.noarch on AlmaLinux 9

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

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

Learn how to uninstall golang-github-emirpasic-gods-devel.noarch on AlmaLinux 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 AlmaLinux 9

Last metadata expiration check: 2:26:02 ago on Wed Mar 13 07:41:12 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