How to Install and Uninstall compat-golang-github-check-devel.noarch Package on Oracle Linux 9

Last updated: October 09,2024

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

Learn how to install compat-golang-github-check-devel.noarch on Oracle Linux 9

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

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

This guide let you learn how to uninstall compat-golang-github-check-devel.noarch on Oracle Linux 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 Oracle Linux 9

Last metadata expiration check: 1:50:18 ago on Thu Feb 15 07:50:05 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.