How To Install golang-github-revel-log15-devel on Fedora 36

In this tutorial we learn how to install golang-github-revel-log15-devel in Fedora 36. golang-github-revel-log15-devel is Structured, composable logging for Go

Introduction

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

What is golang-github-revel-log15-devel

Package log15 provides an opinionated, simple toolkit for best-practice logging in Go (golang) that is both human and machine readable. It is modeled after the Go standard library’s io and net/http packages and is an alternative to the standard library’s log package. This package contains the source code needed for building packages that reference the following Go import paths – github.com/revel/log15

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

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

sudo dnf -y install golang-github-revel-log15-devel

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

sudo yum -y install golang-github-revel-log15-devel

How To Uninstall golang-github-revel-log15-devel on Fedora 36

To uninstall only the golang-github-revel-log15-devel package we can use the following command:

sudo dnf remove golang-github-revel-log15-devel

golang-github-revel-log15-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-revel-log15-devel
/usr/share/doc/golang-github-revel-log15-devel/CONTRIBUTORS
/usr/share/doc/golang-github-revel-log15-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/revel
/usr/share/gocode/src/github.com/revel/log15
/usr/share/gocode/src/github.com/revel/log15/.goipath
/usr/share/gocode/src/github.com/revel/log15/README.md
/usr/share/gocode/src/github.com/revel/log15/bench_test.go
/usr/share/gocode/src/github.com/revel/log15/doc.go
/usr/share/gocode/src/github.com/revel/log15/ext
/usr/share/gocode/src/github.com/revel/log15/ext/ext_test.go
/usr/share/gocode/src/github.com/revel/log15/ext/handler.go
/usr/share/gocode/src/github.com/revel/log15/ext/id.go
/usr/share/gocode/src/github.com/revel/log15/format.go
/usr/share/gocode/src/github.com/revel/log15/handler.go
/usr/share/gocode/src/github.com/revel/log15/handler_go13.go
/usr/share/gocode/src/github.com/revel/log15/handler_go14.go
/usr/share/gocode/src/github.com/revel/log15/log15_test.go
/usr/share/gocode/src/github.com/revel/log15/logger.go
/usr/share/gocode/src/github.com/revel/log15/root.go
/usr/share/gocode/src/github.com/revel/log15/syslog.go
/usr/share/gocode/src/github.com/revel/log15/term
/usr/share/gocode/src/github.com/revel/log15/term/terminal_appengine.go
/usr/share/gocode/src/github.com/revel/log15/term/terminal_darwin.go
/usr/share/gocode/src/github.com/revel/log15/term/terminal_freebsd.go
/usr/share/gocode/src/github.com/revel/log15/term/terminal_linux.go
/usr/share/gocode/src/github.com/revel/log15/term/terminal_netbsd.go
/usr/share/gocode/src/github.com/revel/log15/term/terminal_notwindows.go
/usr/share/gocode/src/github.com/revel/log15/term/terminal_openbsd.go
/usr/share/gocode/src/github.com/revel/log15/term/terminal_solaris.go
/usr/share/gocode/src/github.com/revel/log15/term/terminal_windows.go
/usr/share/licenses/golang-github-revel-log15-devel
/usr/share/licenses/golang-github-revel-log15-devel/LICENSE

References

Summary

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