How to Install and Uninstall compat-golang-github-check-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 24,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 Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Here is a brief guide to show you how to uninstall compat-golang-github-check-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the compat-golang-github-check-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:13:03 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : compat-golang-github-check-devel
Version : 1
Release : 33.20210113git10cb982.el9
Architecture : noarch
Size : 8.5 k
Source : golang-gopkg-check-1-1-33.20210113git10cb982.el9.src.rpm
Repository : epel
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.