How to Install and Uninstall golang-github-mock.x86_64 Package on Rocky Linux 9

Last updated: May 20,2024

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

This guide let you learn how to install golang-github-mock.x86_64 on Rocky Linux 9

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

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

Please follow the step by step instructions below to uninstall golang-github-mock.x86_64 on Rocky Linux 9:

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

3. Information about the golang-github-mock.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:57:30 ago on Fri Feb 16 06:49:52 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.