How to Install and Uninstall golang-github-jacobsa-ogletest-devel.noarch Package on Fedora 34

Last updated: October 06,2024

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

Here is a brief guide to show you how to install golang-github-jacobsa-ogletest-devel.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall golang-github-jacobsa-ogletest-devel.noarch on Fedora 34:

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

3. Information about the golang-github-jacobsa-ogletest-devel.noarch package on Fedora 34

Last metadata expiration check: 2:32:46 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : golang-github-jacobsa-ogletest-devel
Version : 0
Release : 0.6.20190622git80d50a7.fc34
Architecture : noarch
Size : 34 k
Source : golang-github-jacobsa-ogletest-0-0.6.20190622git80d50a7.fc34.src.rpm
Repository : fedora
Summary : Go unit testing framework like Google Test for C++ and JS Test
URL : https://github.com/jacobsa/ogletest
License : ASL 2.0
Description : Ogletest is a unit testing framework for Go with the following features:
:
: – An extensive and extensible set of matchers for expressing expectations.
: – Automatic failure messages; no need to say t.Errorf("Expected %v, got %v"...)
: – Clean, readable output that tells you exactly what you need to know.
: – Built-in support for mocking through the oglemock package.
: – Style and semantics similar to Google Test and Google JS Test.
:
: It integrates with Go's built-in testing package, so it works with the go test
: command, and even with other types of test within your package. Unlike the
: testing package which offers only basic capabilities for signalling failures, it
: offers ways to express expectations and get nice failure messages
: automatically.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/jacobsa/ogletest