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

Last updated: November 28,2024

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

Please follow the step by step instructions below to install compat-golang-gopkg-2-tomb-devel.noarch on Fedora 35

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

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

This guide let you learn how to uninstall compat-golang-gopkg-2-tomb-devel.noarch on Fedora 35:

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

Last metadata expiration check: 1:13:53 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : compat-golang-gopkg-2-tomb-devel
Version : 2
Release : 7.20190623gitd5d1b58.fc35
Architecture : noarch
Size : 8.4 k
Source : golang-gopkg-tomb-2-2-7.20190623gitd5d1b58.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.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.