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

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

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

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

This guide let you learn how to uninstall golang-github-burntsushi-locker-devel.noarch on Fedora 34:

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

Last metadata expiration check: 4:19:49 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-burntsushi-locker-devel
Version : 0
Release : 0.6.20190210gita6e239e.fc34
Architecture : noarch
Size : 12 k
Source : golang-github-burntsushi-locker-0-0.6.20190210gita6e239e.fc34.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