How To Install golang-github-jacobsa-oglematchers-devel on Fedora 36

In this tutorial we learn how to install golang-github-jacobsa-oglematchers-devel in Fedora 36. golang-github-jacobsa-oglematchers-devel is Set of matchers for Go inspired by Google Test for C++ and Google JS Test

Introduction

In this tutorial we learn how to install golang-github-jacobsa-oglematchers-devel on Fedora 36.

What is golang-github-jacobsa-oglematchers-devel

Oglematchers is a package for the Go programming language containing a set of matchers, useful in a testing or mocking framework, inspired by and mostly compatible with Google Test for C++ and Google JS Test. The package is used by the ogletest testing framework and oglemock mocking framework, which may be more directly useful to you, but can be generically used elsewhere as well. This package contains the source code needed for building packages that reference the following Go import paths – github.com/jacobsa/oglematchers

We can use yum or dnf to install golang-github-jacobsa-oglematchers-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-jacobsa-oglematchers-devel.

Install golang-github-jacobsa-oglematchers-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install golang-github-jacobsa-oglematchers-devel using dnf by running the following command:

sudo dnf -y install golang-github-jacobsa-oglematchers-devel

Install golang-github-jacobsa-oglematchers-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golang-github-jacobsa-oglematchers-devel using yum by running the following command:

sudo yum -y install golang-github-jacobsa-oglematchers-devel

How To Uninstall golang-github-jacobsa-oglematchers-devel on Fedora 36

To uninstall only the golang-github-jacobsa-oglematchers-devel package we can use the following command:

sudo dnf remove golang-github-jacobsa-oglematchers-devel

golang-github-jacobsa-oglematchers-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-jacobsa-oglematchers-devel
/usr/share/doc/golang-github-jacobsa-oglematchers-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/jacobsa
/usr/share/gocode/src/github.com/jacobsa/oglematchers
/usr/share/gocode/src/github.com/jacobsa/oglematchers/.goipath
/usr/share/gocode/src/github.com/jacobsa/oglematchers/README.md
/usr/share/gocode/src/github.com/jacobsa/oglematchers/all_of.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/all_of_test.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/any.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/any_of.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/any_of_test.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/any_test.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/contains.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/contains_test.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/deep_equals.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/deep_equals_test.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/elements_are.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/elements_are_test.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/equals.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/equals_test.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/error.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/error_test.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/glide.lock
/usr/share/gocode/src/github.com/jacobsa/oglematchers/glide.yaml
/usr/share/gocode/src/github.com/jacobsa/oglematchers/greater_or_equal.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/greater_or_equal_test.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/greater_than.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/greater_than_test.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/has_same_type_as.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/has_same_type_as_test.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/has_substr.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/has_substr_test.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/identical_to.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/identical_to_test.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/less_or_equal.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/less_or_equal_test.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/less_than.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/less_than_test.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/matcher.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/matches_regexp.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/matches_regexp_test.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/new_matcher.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/not.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/not_test.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/panics.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/panics_test.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/pointee.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/pointee_test.go
/usr/share/gocode/src/github.com/jacobsa/oglematchers/transform_description.go
/usr/share/licenses/golang-github-jacobsa-oglematchers-devel
/usr/share/licenses/golang-github-jacobsa-oglematchers-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-jacobsa-oglematchers-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).