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

Last updated: May 17,2024

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

Please follow the guidance below to install compat-golang-gopkg-1-tomb-devel.noarch on Fedora 35

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

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

Please follow the instructions below to uninstall compat-golang-gopkg-1-tomb-devel.noarch on Fedora 35:

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

3. Information about the compat-golang-gopkg-1-tomb-devel.noarch package on Fedora 35

Last metadata expiration check: 3:09:36 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : compat-golang-gopkg-1-tomb-devel
Version : 1
Release : 7.20190623gitdd63297.fc35
Architecture : noarch
Size : 8.4 k
Source : golang-gopkg-tomb-1-1-7.20190623gitdd63297.fc35.src.rpm
Repository : fedora
Summary : Clean goroutine termination in the Go language
URL : https://github.com/go-tomb/tomb
License : BSD
Description : The Tomb package handles clean goroutine tracking and termination.
:
: This package provides symbolic links that alias the following Go import paths to
: gopkg.in/tomb.v1:
: – gopkg.in/v1/tomb
:
: 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
: gopkg.in/tomb.v1.