How To Install golang-github-powerman-check-devel on Fedora 36

In this tutorial we learn how to install golang-github-powerman-check-devel in Fedora 36. golang-github-powerman-check-devel is Helpers to complement Go testing package

Introduction

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

What is golang-github-powerman-check-devel

Helpers to complement Go testing package. This package contains the source code needed for building packages that reference the following Go import paths – github.com/powerman/check

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

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

sudo dnf -y install golang-github-powerman-check-devel

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

sudo yum -y install golang-github-powerman-check-devel

How To Uninstall golang-github-powerman-check-devel on Fedora 36

To uninstall only the golang-github-powerman-check-devel package we can use the following command:

sudo dnf remove golang-github-powerman-check-devel

golang-github-powerman-check-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-powerman-check-devel
/usr/share/doc/golang-github-powerman-check-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/powerman
/usr/share/gocode/src/github.com/powerman/check
/usr/share/gocode/src/github.com/powerman/check/.goipath
/usr/share/gocode/src/github.com/powerman/check/README.md
/usr/share/gocode/src/github.com/powerman/check/check.go
/usr/share/gocode/src/github.com/powerman/check/check_test.go
/usr/share/gocode/src/github.com/powerman/check/color.go
/usr/share/gocode/src/github.com/powerman/check/color_bsd.go
/usr/share/gocode/src/github.com/powerman/check/color_linux.go
/usr/share/gocode/src/github.com/powerman/check/color_other.go
/usr/share/gocode/src/github.com/powerman/check/color_windows.go
/usr/share/gocode/src/github.com/powerman/check/doc.go
/usr/share/gocode/src/github.com/powerman/check/dump.go
/usr/share/gocode/src/github.com/powerman/check/dump_test.go
/usr/share/gocode/src/github.com/powerman/check/flags.go
/usr/share/gocode/src/github.com/powerman/check/go.mod
/usr/share/gocode/src/github.com/powerman/check/goconvey.go
/usr/share/gocode/src/github.com/powerman/check/stats.go
/usr/share/gocode/src/github.com/powerman/check/stats_main_test.go
/usr/share/gocode/src/github.com/powerman/check/tools.go
/usr/share/gocode/src/github.com/powerman/check/util.go
/usr/share/gocode/src/github.com/powerman/check/util_test.go
/usr/share/licenses/golang-github-powerman-check-devel
/usr/share/licenses/golang-github-powerman-check-devel/LICENSE

References

Summary

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