How To Install golang-github-smartystreets-gunit-devel on Fedora 36

In this tutorial we learn how to install golang-github-smartystreets-gunit-devel in Fedora 36. golang-github-smartystreets-gunit-devel is xUnit-style test fixture adapter for Go test

Introduction

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

What is golang-github-smartystreets-gunit-devel

xUnit-style test fixture adapter for Go test. This package contains the source code needed for building packages that reference the following Go import paths – github.com/smartystreets/gunit

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

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

sudo dnf -y install golang-github-smartystreets-gunit-devel

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

sudo yum -y install golang-github-smartystreets-gunit-devel

How To Uninstall golang-github-smartystreets-gunit-devel on Fedora 36

To uninstall only the golang-github-smartystreets-gunit-devel package we can use the following command:

sudo dnf remove golang-github-smartystreets-gunit-devel

golang-github-smartystreets-gunit-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-smartystreets-gunit-devel
/usr/share/doc/golang-github-smartystreets-gunit-devel/CONTRIBUTING.md
/usr/share/doc/golang-github-smartystreets-gunit-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/smartystreets
/usr/share/gocode/src/github.com/smartystreets/gunit
/usr/share/gocode/src/github.com/smartystreets/gunit/.goipath
/usr/share/gocode/src/github.com/smartystreets/gunit/CONTRIBUTING.md
/usr/share/gocode/src/github.com/smartystreets/gunit/LICENSE.md
/usr/share/gocode/src/github.com/smartystreets/gunit/README.md
/usr/share/gocode/src/github.com/smartystreets/gunit/assertions
/usr/share/gocode/src/github.com/smartystreets/gunit/assertions/assertions.go
/usr/share/gocode/src/github.com/smartystreets/gunit/config.go
/usr/share/gocode/src/github.com/smartystreets/gunit/config_test.go
/usr/share/gocode/src/github.com/smartystreets/gunit/doc.go
/usr/share/gocode/src/github.com/smartystreets/gunit/fixture.go
/usr/share/gocode/src/github.com/smartystreets/gunit/fixture_method_info.go
/usr/share/gocode/src/github.com/smartystreets/gunit/fixture_runner.go
/usr/share/gocode/src/github.com/smartystreets/gunit/fixture_test.go
/usr/share/gocode/src/github.com/smartystreets/gunit/go.mod
/usr/share/gocode/src/github.com/smartystreets/gunit/options.go
/usr/share/gocode/src/github.com/smartystreets/gunit/reports
/usr/share/gocode/src/github.com/smartystreets/gunit/reports/failure_report.go
/usr/share/gocode/src/github.com/smartystreets/gunit/reports/failure_report_test.go
/usr/share/gocode/src/github.com/smartystreets/gunit/reports/panic_report.go
/usr/share/gocode/src/github.com/smartystreets/gunit/reports/panic_report_test.go
/usr/share/gocode/src/github.com/smartystreets/gunit/reports/runtime.go
/usr/share/gocode/src/github.com/smartystreets/gunit/runner.go
/usr/share/gocode/src/github.com/smartystreets/gunit/runner_test.go
/usr/share/gocode/src/github.com/smartystreets/gunit/scan
/usr/share/gocode/src/github.com/smartystreets/gunit/scan/0_parser.go
/usr/share/gocode/src/github.com/smartystreets/gunit/scan/1_fixture_collector.go
/usr/share/gocode/src/github.com/smartystreets/gunit/scan/2_fixture_validator.go
/usr/share/gocode/src/github.com/smartystreets/gunit/scan/3_method_finder.go
/usr/share/gocode/src/github.com/smartystreets/gunit/scan/fixture.go
/usr/share/gocode/src/github.com/smartystreets/gunit/scan/parser_test.go
/usr/share/gocode/src/github.com/smartystreets/gunit/scan/parser_test_inputs_test.go
/usr/share/gocode/src/github.com/smartystreets/gunit/scan/scan.go
/usr/share/gocode/src/github.com/smartystreets/gunit/t.go
/usr/share/gocode/src/github.com/smartystreets/gunit/test_case.go
/usr/share/licenses/golang-github-smartystreets-gunit-devel
/usr/share/licenses/golang-github-smartystreets-gunit-devel/LICENSE.md

References

Summary

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