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

Last updated: October 05,2024

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

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

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

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

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

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

Last metadata expiration check: 2:24:45 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : golang-github-alexflint-filemutex-devel
Version : 1.1.0
Release : 8.fc38
Architecture : noarch
Size : 13 k
Source : golang-github-alexflint-filemutex-1.1.0-8.fc38.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