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

Last updated: October 05,2024

1. Install "golang-github-jacobsa-oglemock-devel.noarch" package

In this section, we are going to explain the necessary steps to install golang-github-jacobsa-oglemock-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install golang-github-jacobsa-oglemock-devel.noarch

2. Uninstall "golang-github-jacobsa-oglemock-devel.noarch" package

Please follow the guidance below to uninstall golang-github-jacobsa-oglemock-devel.noarch on Fedora 35:

$ sudo dnf remove golang-github-jacobsa-oglemock-devel.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:33:05 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-github-jacobsa-oglemock-devel
Version : 0
Release : 0.8.20190622gite94d794.fc35~bootstrap
Architecture : noarch
Size : 41 k
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.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/jacobsa/oglemock