How to Install and Uninstall golang-github-alexflint-filemutex-devel.noarch Package on Fedora 36

Last updated: October 10,2024

1. Install "golang-github-alexflint-filemutex-devel.noarch" package

Please follow the steps below to install golang-github-alexflint-filemutex-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-alexflint-filemutex-devel.noarch

2. Uninstall "golang-github-alexflint-filemutex-devel.noarch" package

Learn how to uninstall golang-github-alexflint-filemutex-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-alexflint-filemutex-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-alexflint-filemutex-devel.noarch package on Fedora 36

Last metadata expiration check: 2:38:49 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-alexflint-filemutex-devel
Version : 1.1.0
Release : 5.fc36
Architecture : noarch
Size : 13 k
Source : golang-github-alexflint-filemutex-1.1.0-5.fc36.src.rpm
Repository : fedora
Summary : Sync.Mutex working across processes
URL : https://github.com/alexflint/go-filemutex
License : MIT
Description : FileMutex is similar to sync.RWMutex, but also synchronizes across processes. On
: Linux, OSX, and other POSIX systems it uses the flock system call. On windows it
: uses the LockFileEx and UnlockFileEx system calls.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/alexflint/go-filemutex