How To Install golang-github-gojuno-minimock-devel on Fedora 36

In this tutorial we learn how to install golang-github-gojuno-minimock-devel in Fedora 36. golang-github-gojuno-minimock-devel is Powerful mock generation tool for Go programming language

Introduction

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

What is golang-github-gojuno-minimock-devel

Powerful mock generation tool for Go programming language. This package contains the source code needed for building packages that reference the following Go import paths – github.com/gojuno/minimock

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

Install golang-github-gojuno-minimock-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-gojuno-minimock-devel using dnf by running the following command:

sudo dnf -y install golang-github-gojuno-minimock-devel

Install golang-github-gojuno-minimock-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-gojuno-minimock-devel using yum by running the following command:

sudo yum -y install golang-github-gojuno-minimock-devel

How To Uninstall golang-github-gojuno-minimock-devel on Fedora 36

To uninstall only the golang-github-gojuno-minimock-devel package we can use the following command:

sudo dnf remove golang-github-gojuno-minimock-devel

golang-github-gojuno-minimock-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-gojuno-minimock-devel
/usr/share/doc/golang-github-gojuno-minimock-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/gojuno
/usr/share/gocode/src/github.com/gojuno/minimock
/usr/share/gocode/src/github.com/gojuno/minimock/.goipath
/usr/share/gocode/src/github.com/gojuno/minimock/README.md
/usr/share/gocode/src/github.com/gojuno/minimock/camel_to_snake.go
/usr/share/gocode/src/github.com/gojuno/minimock/camel_to_snake_test.go
/usr/share/gocode/src/github.com/gojuno/minimock/cmd
/usr/share/gocode/src/github.com/gojuno/minimock/cmd/minimock
/usr/share/gocode/src/github.com/gojuno/minimock/cmd/minimock/minimock.go
/usr/share/gocode/src/github.com/gojuno/minimock/doc.go
/usr/share/gocode/src/github.com/gojuno/minimock/equal.go
/usr/share/gocode/src/github.com/gojuno/minimock/go.mod
/usr/share/gocode/src/github.com/gojuno/minimock/mock_controller.go
/usr/share/gocode/src/github.com/gojuno/minimock/mock_controller_test.go
/usr/share/gocode/src/github.com/gojuno/minimock/safe_tester.go
/usr/share/gocode/src/github.com/gojuno/minimock/template.go
/usr/share/gocode/src/github.com/gojuno/minimock/tests
/usr/share/gocode/src/github.com/gojuno/minimock/tests/formatter_mock.go
/usr/share/gocode/src/github.com/gojuno/minimock/tests/formatter_mock_test.go
/usr/share/gocode/src/github.com/gojuno/minimock/tests/formatter_with_custom_name_mock.go
/usr/share/gocode/src/github.com/gojuno/minimock/tests/formatter_with_custom_name_mock_test.go
/usr/share/gocode/src/github.com/gojuno/minimock/tests/tester_mock_test.go
/usr/share/gocode/src/github.com/gojuno/minimock/tests/types.go
/usr/share/licenses/golang-github-gojuno-minimock-devel
/usr/share/licenses/golang-github-gojuno-minimock-devel/LICENSE

References

Summary

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