How to Install and Uninstall golang-github-marusama-semaphore-devel.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "golang-github-marusama-semaphore-devel.noarch" package

This guide let you learn how to install golang-github-marusama-semaphore-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-marusama-semaphore-devel.noarch

2. Uninstall "golang-github-marusama-semaphore-devel.noarch" package

This tutorial shows how to uninstall golang-github-marusama-semaphore-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-marusama-semaphore-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-marusama-semaphore-devel.noarch package on Fedora 34

Last metadata expiration check: 2:01:20 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : golang-github-marusama-semaphore-devel
Version : 2.4.1
Release : 2.fc34
Architecture : noarch
Size : 15 k
Source : golang-github-marusama-semaphore-2.4.1-2.fc34.src.rpm
Repository : fedora
Summary : Fast resizable Golang semaphore
URL : https://github.com/marusama/semaphore
License : MIT
Description : Fast resizable golang semaphore based on CAS:
: – allows weighted acquire/release;
: – supports cancellation via context;
: – allows change semaphore limit after creation;
: – faster than channel based semaphores.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/marusama/semaphore