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

Last updated: October 06,2024

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

Here is a brief guide to show you how to install compat-golang-github-marusama-semaphore-2-devel.noarch on Fedora 36

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

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

This is a short guide on how to uninstall compat-golang-github-marusama-semaphore-2-devel.noarch on Fedora 36:

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

3. Information about the compat-golang-github-marusama-semaphore-2-devel.noarch package on Fedora 36

Last metadata expiration check: 0:21:24 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : compat-golang-github-marusama-semaphore-2-devel
Version : 2.4.1
Release : 4.fc36
Architecture : noarch
Size : 8.3 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 provides symbolic links that alias the following Go import paths to
: github.com/marusama/semaphore:
: – github.com/marusama/semaphore/v2
:
: Aliasing Go import paths via symbolic links or http redirects is fragile. If
: your Go code depends on this package, you should patch it to import directly
: github.com/marusama/semaphore.