How To Install golang-github-labstack-gommon-devel on Fedora 36

In this tutorial we learn how to install golang-github-labstack-gommon-devel in Fedora 36. golang-github-labstack-gommon-devel is Common packages for Go

Introduction

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

What is golang-github-labstack-gommon-devel

Common packages for Go. This package contains the source code needed for building packages that reference the following Go import paths – github.com/labstack/gommon

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

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

sudo dnf -y install golang-github-labstack-gommon-devel

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

sudo yum -y install golang-github-labstack-gommon-devel

How To Uninstall golang-github-labstack-gommon-devel on Fedora 36

To uninstall only the golang-github-labstack-gommon-devel package we can use the following command:

sudo dnf remove golang-github-labstack-gommon-devel

golang-github-labstack-gommon-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-labstack-gommon-devel
/usr/share/doc/golang-github-labstack-gommon-devel/README-bytes.md
/usr/share/doc/golang-github-labstack-gommon-devel/README-color.md
/usr/share/doc/golang-github-labstack-gommon-devel/README-log.md
/usr/share/doc/golang-github-labstack-gommon-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/labstack
/usr/share/gocode/src/github.com/labstack/gommon
/usr/share/gocode/src/github.com/labstack/gommon/.goipath
/usr/share/gocode/src/github.com/labstack/gommon/README-bytes.md
/usr/share/gocode/src/github.com/labstack/gommon/README-color.md
/usr/share/gocode/src/github.com/labstack/gommon/README-log.md
/usr/share/gocode/src/github.com/labstack/gommon/README.md
/usr/share/gocode/src/github.com/labstack/gommon/bytes
/usr/share/gocode/src/github.com/labstack/gommon/bytes/bytes.go
/usr/share/gocode/src/github.com/labstack/gommon/bytes/bytes_test.go
/usr/share/gocode/src/github.com/labstack/gommon/color
/usr/share/gocode/src/github.com/labstack/gommon/color/color.go
/usr/share/gocode/src/github.com/labstack/gommon/color/color_test.go
/usr/share/gocode/src/github.com/labstack/gommon/email
/usr/share/gocode/src/github.com/labstack/gommon/email/email.go
/usr/share/gocode/src/github.com/labstack/gommon/email/email_test.go
/usr/share/gocode/src/github.com/labstack/gommon/go.mod
/usr/share/gocode/src/github.com/labstack/gommon/gommon.go
/usr/share/gocode/src/github.com/labstack/gommon/log
/usr/share/gocode/src/github.com/labstack/gommon/log/color.go
/usr/share/gocode/src/github.com/labstack/gommon/log/log.go
/usr/share/gocode/src/github.com/labstack/gommon/log/log_test.go
/usr/share/gocode/src/github.com/labstack/gommon/log/white.go
/usr/share/gocode/src/github.com/labstack/gommon/random
/usr/share/gocode/src/github.com/labstack/gommon/random/random.go
/usr/share/gocode/src/github.com/labstack/gommon/random/random_test.go
/usr/share/licenses/golang-github-labstack-gommon-devel
/usr/share/licenses/golang-github-labstack-gommon-devel/LICENSE

References

Summary

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