How to Install and Uninstall golang-github-ryszard-goskiplist-devel.noarch Package on Fedora 36

Last updated: September 28,2024

1. Install "golang-github-ryszard-goskiplist-devel.noarch" package

Learn how to install golang-github-ryszard-goskiplist-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-ryszard-goskiplist-devel.noarch

2. Uninstall "golang-github-ryszard-goskiplist-devel.noarch" package

Here is a brief guide to show you how to uninstall golang-github-ryszard-goskiplist-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-ryszard-goskiplist-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-ryszard-goskiplist-devel.noarch package on Fedora 36

Last metadata expiration check: 1:21:38 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-ryszard-goskiplist-devel
Version : 0
Release : 0.8.20190306git2dfbae5.fc36
Architecture : noarch
Size : 23 k
Source : golang-github-ryszard-goskiplist-0-0.8.20190306git2dfbae5.fc36.src.rpm
Repository : fedora
Summary : Skip list implementation in Go
URL : https://github.com/ryszard/goskiplist
License : ASL 2.0
Description : This is a library implementing skip lists for the Go programming language.
:
: Skip lists are a data structure that can be used in place of balanced trees.
: Skip lists use probabilistic balancing rather than strictly enforced balancing
: and as a result the algorithms for insertion and deletion in skip lists are
: much simpler and significantly faster than equivalent algorithms for balanced
: trees.
:
: Skip lists were first described in Pugh, William (June 1990). "Skip lists: a
: probabilistic alternative to balanced trees".
: Communications of the ACM 33 (6): 668–676.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/ryszard/goskiplist