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

Last updated: January 12,2025

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

Please follow the guidelines below to install compat-golang-gopkg-2-tomb-devel.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall compat-golang-gopkg-2-tomb-devel.noarch on Fedora 36:

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

3. Information about the compat-golang-gopkg-2-tomb-devel.noarch package on Fedora 36

Last metadata expiration check: 4:31:47 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : compat-golang-gopkg-2-tomb-devel
Version : 2
Release : 8.20190623gitd5d1b58.fc36
Architecture : noarch
Size : 8.4 k
Source : golang-gopkg-tomb-2-2-8.20190623gitd5d1b58.fc36.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.v2:
: – gopkg.in/v2/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.v2.