How to Install and Uninstall compat-golang-github-check-devel.noarch Package on Fedora 39

Last updated: October 10,2024

1. Install "compat-golang-github-check-devel.noarch" package

In this section, we are going to explain the necessary steps to install compat-golang-github-check-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install compat-golang-github-check-devel.noarch

2. Uninstall "compat-golang-github-check-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall compat-golang-github-check-devel.noarch on Fedora 39:

$ sudo dnf remove compat-golang-github-check-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-github-check-devel.noarch package on Fedora 39

Last metadata expiration check: 1:04:02 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : compat-golang-github-check-devel
Version : 1
Release : 33.20210113git10cb982.fc39
Architecture : noarch
Size : 8.7 k
Source : golang-gopkg-check-1-1-33.20210113git10cb982.fc39.src.rpm
Repository : fedora
Summary : Rich testing for the Go language
URL : https://github.com/go-check/check
License : BSD
Description : Rich testing for the Go language.
:
: This package provides symbolic links that alias the following Go import paths to
: gopkg.in/check.v1:
: – github.com/go-check/check
:
: 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/check.v1.