How to Install and Uninstall golang-github-gofrs-flock-devel.noarch Package on Fedora 34

Last updated: September 29,2024

1. Install "golang-github-gofrs-flock-devel.noarch" package

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

$ sudo dnf update $ sudo dnf install golang-github-gofrs-flock-devel.noarch

2. Uninstall "golang-github-gofrs-flock-devel.noarch" package

This tutorial shows how to uninstall golang-github-gofrs-flock-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-gofrs-flock-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-gofrs-flock-devel.noarch package on Fedora 34

Last metadata expiration check: 0:18:04 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : golang-github-gofrs-flock-devel
Version : 0.8.1
Release : 3.fc34
Architecture : noarch
Size : 18 k
Source : golang-github-gofrs-flock-0.8.1-3.fc34.src.rpm
Repository : updates
Summary : Thread-safe file locking library in Go
URL : https://github.com/gofrs/flock
License : BSD
Description : Flock implements a thread-safe sync.Locker interface for file locking. It also
: includes a non-blocking TryLock() function to allow locking without blocking
: execution.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/gofrs/flock