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

Last updated: October 05,2024

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

Please follow the guidance below to install golang-github-mock.x86_64 on Fedora 34

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

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

This guide covers the steps necessary to uninstall golang-github-mock.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:06:10 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : golang-github-mock
Version : 1.4.4
Release : 2.fc34
Architecture : x86_64
Size : 1.9 M
Source : golang-github-mock-1.4.4-2.fc34.src.rpm
Repository : fedora
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.