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

Last updated: July 05,2024

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

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

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

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

Please follow the steps below to uninstall golang-github-alexflint-filemutex-devel.noarch on Fedora 34:

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

Last metadata expiration check: 0:31:16 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : golang-github-alexflint-filemutex-devel
Version : 1.1.0
Release : 3.fc34
Architecture : noarch
Size : 13 k
Source : golang-github-alexflint-filemutex-1.1.0-3.fc34.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