How to Install and Uninstall golang-github-mock.x86_64 Package on CentOS Stream 9

Last updated: October 09,2024

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

Here is a brief guide to show you how to install golang-github-mock.x86_64 on CentOS Stream 9

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

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

This tutorial shows how to uninstall golang-github-mock.x86_64 on CentOS Stream 9:

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

3. Information about the golang-github-mock.x86_64 package on CentOS Stream 9

Last metadata expiration check: 2:47:49 ago on Sat Mar 16 16:03:45 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.