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

Last updated: July 01,2024

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

Please follow the guidelines below to install golang-github-marusama-semaphore-devel.noarch on Fedora 36

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

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

This guide covers the steps necessary to uninstall golang-github-marusama-semaphore-devel.noarch on Fedora 36:

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

Last metadata expiration check: 4:31:02 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-marusama-semaphore-devel
Version : 2.4.1
Release : 4.fc36
Architecture : noarch
Size : 15 k
Source : golang-github-marusama-semaphore-2.4.1-4.fc36.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