How to Install and Uninstall compat-golang-gopkg-fsnotify-1-devel.noarch Package on Fedora 39

Last updated: November 26,2024

1. Install "compat-golang-gopkg-fsnotify-1-devel.noarch" package

Here is a brief guide to show you how to install compat-golang-gopkg-fsnotify-1-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install compat-golang-gopkg-fsnotify-1-devel.noarch

2. Uninstall "compat-golang-gopkg-fsnotify-1-devel.noarch" package

This guide covers the steps necessary to uninstall compat-golang-gopkg-fsnotify-1-devel.noarch on Fedora 39:

$ sudo dnf remove compat-golang-gopkg-fsnotify-1-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-gopkg-fsnotify-1-devel.noarch package on Fedora 39

Last metadata expiration check: 0:34:48 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : compat-golang-gopkg-fsnotify-1-devel
Version : 1.6.0
Release : 3.fc39
Architecture : noarch
Size : 9.6 k
Source : golang-github-fsnotify-1.6.0-3.fc39.src.rpm
Repository : fedora
Summary : Cross-platform file system notifications for Go
URL : https://github.com/fsnotify/fsnotify
License : BSD-3-Clause
Description : Cross-platform file system notifications for Go.
:
: This package provides symbolic links that alias the following Go import paths to
: github.com/fsnotify/fsnotify:
: – gopkg.in/fsnotify/fsnotify.v1
: – gopkg.in/fsnotify/v1/fsnotify
:
: Aliasing Go import paths via symbolic links or http redirects is fragile. If
: your Go code depends on this package, you should patch it to import directly
: github.com/fsnotify/fsnotify.