How to Install and Uninstall golang-github-mock.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 25,2024

1. Install "golang-github-mock.x86_64" package

This tutorial shows how to install golang-github-mock.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install golang-github-mock.x86_64

2. Uninstall "golang-github-mock.x86_64" package

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

$ sudo dnf remove golang-github-mock.x86_64 $ sudo dnf autoremove

3. Information about the golang-github-mock.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:19:11 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : golang-github-mock
Version : 1.6.0
Release : 7.el9
Architecture : x86_64
Size : 2.3 M
Source : golang-github-mock-1.6.0-7.el9.src.rpm
Repository : epel
Summary : Gomock is a mocking framework for the go programming language
URL : https://github.com/golang/mock
License : ASL 2.0
Description :
: GoMock is a mocking framework for the Go programming language. It integrates
: well with Go's built-in testing package, but can be used in other contexts too.