How to Install and Uninstall golang-github-emirpasic-gods-devel.noarch Package on Fedora 34

Last updated: October 08,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 Fedora 34

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

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

This guide covers the steps necessary to uninstall golang-github-emirpasic-gods-devel.noarch on Fedora 34:

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

3. Information about the golang-github-emirpasic-gods-devel.noarch package on Fedora 34

Last metadata expiration check: 2:56:52 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-emirpasic-gods-devel
Version : 1.12.0
Release : 5.fc34
Architecture : noarch
Size : 77 k
Source : golang-github-emirpasic-gods-1.12.0-5.fc34.src.rpm
Repository : fedora
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