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

Last updated: November 28,2024

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

This guide covers the steps necessary to install compat-golang-gopkg-1-tomb-devel.noarch on Fedora 38

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

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

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

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

Last metadata expiration check: 2:49:43 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : compat-golang-gopkg-1-tomb-devel
Version : 1
Release : 8.20190623gitdd63297.fc36
Architecture : noarch
Size : 8.4 k
Source : golang-gopkg-tomb-1-1-8.20190623gitdd63297.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.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.