How to Install and Uninstall golang-github-burntsushi-locker-devel.noarch Package on Fedora 36

Last updated: June 02,2024

1. Install "golang-github-burntsushi-locker-devel.noarch" package

Please follow the step by step instructions below to install golang-github-burntsushi-locker-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-burntsushi-locker-devel.noarch

2. Uninstall "golang-github-burntsushi-locker-devel.noarch" package

Please follow the steps below to uninstall golang-github-burntsushi-locker-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-burntsushi-locker-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-burntsushi-locker-devel.noarch package on Fedora 36

Last metadata expiration check: 0:34:11 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : golang-github-burntsushi-locker-devel
Version : 0
Release : 0.8.20190210gita6e239e.fc36
Architecture : noarch
Size : 12 k
Source : golang-github-burntsushi-locker-0-0.8.20190210gita6e239e.fc36.src.rpm
Repository : fedora
Summary : Simple Golang package for conveniently using named read/write locks
URL : https://github.com/BurntSushi/locker
License : Unlicense
Description : Package Locker is a simple package to manage named ReadWrite mutexes. These
: appear to be especially useful for synchronizing access to session based
: information in web applications.
:
: The common use case is to use the package level functions, which use a package
: level set of locks (safe to use from multiple goroutines simultaneously).
: However, you may also create a new separate set of locks.
:
: All locks are implemented with read-write mutexes. To use them like a regular
: mutex, simply ignore the RLock/RUnlock functions.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/BurntSushi/locker