How to Install and Uninstall golang-github-mock.x86_64 Package on Fedora 36

Last updated: January 17,2025

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

This is a short guide on how to install golang-github-mock.x86_64 on Fedora 36

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

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

This is a short guide on how to uninstall golang-github-mock.x86_64 on Fedora 36:

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

3. Information about the golang-github-mock.x86_64 package on Fedora 36

Last metadata expiration check: 3:31:59 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-mock
Version : 1.6.0
Release : 4.fc36
Architecture : x86_64
Size : 2.2 M
Source : golang-github-mock-1.6.0-4.fc36.src.rpm
Repository : updates
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.