How to Install and Uninstall golang-github-jacobsa-oglemock.x86_64 Package on Fedora 35

Last updated: May 03,2024

1. Install "golang-github-jacobsa-oglemock.x86_64" package

Please follow the guidance below to install golang-github-jacobsa-oglemock.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install golang-github-jacobsa-oglemock.x86_64

2. Uninstall "golang-github-jacobsa-oglemock.x86_64" package

Please follow the steps below to uninstall golang-github-jacobsa-oglemock.x86_64 on Fedora 35:

$ sudo dnf remove golang-github-jacobsa-oglemock.x86_64 $ sudo dnf autoremove

3. Information about the golang-github-jacobsa-oglemock.x86_64 package on Fedora 35

Last metadata expiration check: 0:29:00 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : golang-github-jacobsa-oglemock
Version : 0
Release : 0.8.20190622gite94d794.fc35~bootstrap
Architecture : x86_64
Size : 1.2 M
Source : golang-github-jacobsa-oglemock-0-0.8.20190622gite94d794.fc35~bootstrap.src.rpm
Repository : updates
Summary : Mocking framework for Go inspired by Google's Mock for C++ and JS Test
URL : https://github.com/jacobsa/oglemock
License : ASL 2.0
Description :
: Oglemock is a mocking framework for the Go programming language with the
: following features:
:
: - An extensive and extensible set of matchers for expressing call expectations
: (provided by the oglematchers package).
: - Clean, readable output that tells you exactly what you need to know.
: - Style and semantics similar to Google Mock and Google JS Test.
: - Seamless integration with the ogletest unit testing framework.
:
: It can be integrated into any testing framework (including Go's testing
: package), but out of the box support is built in to ogletest and that is the
: easiest place to use it.