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

Last updated: September 25,2024

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

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

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

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

In this section, we are going to explain the necessary steps to uninstall golang-github-gofrs-flock-devel.noarch on Fedora 35:

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

Last metadata expiration check: 4:10:03 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-github-gofrs-flock-devel
Version : 0.8.1
Release : 3.fc35
Architecture : noarch
Size : 18 k
Source : golang-github-gofrs-flock-0.8.1-3.fc35.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