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

Last updated: October 06,2024

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

This tutorial shows how to install golang-github-emirpasic-gods-devel.noarch on Fedora 36

$ 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 Fedora 36:

$ 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 36

Last metadata expiration check: 2:01:41 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-emirpasic-gods-devel
Version : 1.12.0
Release : 7.fc36
Architecture : noarch
Size : 77 k
Source : golang-github-emirpasic-gods-1.12.0-7.fc36.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