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

Last updated: June 26,2024

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

Learn how to install compat-golang-gopkg-fsnotify-1-devel.noarch on Fedora 34

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

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

This tutorial shows how to uninstall compat-golang-gopkg-fsnotify-1-devel.noarch on Fedora 34:

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

Last metadata expiration check: 2:27:07 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : compat-golang-gopkg-fsnotify-1-devel
Version : 1.5.1
Release : 1.fc34
Architecture : noarch
Size : 8.8 k
Source : golang-github-fsnotify-1.5.1-1.fc34.src.rpm
Repository : updates
Summary : Cross-platform file system notifications for Go
URL : https://github.com/fsnotify/fsnotify
License : BSD
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.