How To Install golang-github-mgutz-logxi-devel on Fedora 36

In this tutorial we learn how to install golang-github-mgutz-logxi-devel in Fedora 36. golang-github-mgutz-logxi-devel is 12-factor app logger built for performance and happy development

Introduction

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

What is golang-github-mgutz-logxi-devel

Log XI is a structured 12-factor app logger built for speed and happy development. This package contains the source code needed for building packages that reference the following Go import paths – github.com/mgutz/logxi

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

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

sudo dnf -y install golang-github-mgutz-logxi-devel

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

sudo yum -y install golang-github-mgutz-logxi-devel

How To Uninstall golang-github-mgutz-logxi-devel on Fedora 36

To uninstall only the golang-github-mgutz-logxi-devel package we can use the following command:

sudo dnf remove golang-github-mgutz-logxi-devel

golang-github-mgutz-logxi-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-mgutz-logxi-devel
/usr/share/doc/golang-github-mgutz-logxi-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/mgutz
/usr/share/gocode/src/github.com/mgutz/logxi
/usr/share/gocode/src/github.com/mgutz/logxi/.goipath
/usr/share/gocode/src/github.com/mgutz/logxi/README.md
/usr/share/gocode/src/github.com/mgutz/logxi/v1
/usr/share/gocode/src/github.com/mgutz/logxi/v1/callstack.go
/usr/share/gocode/src/github.com/mgutz/logxi/v1/cmd
/usr/share/gocode/src/github.com/mgutz/logxi/v1/cmd/demo
/usr/share/gocode/src/github.com/mgutz/logxi/v1/cmd/demo/main.go
/usr/share/gocode/src/github.com/mgutz/logxi/v1/cmd/filter
/usr/share/gocode/src/github.com/mgutz/logxi/v1/cmd/filter/README.md
/usr/share/gocode/src/github.com/mgutz/logxi/v1/cmd/filter/main.go
/usr/share/gocode/src/github.com/mgutz/logxi/v1/cmd/reldir
/usr/share/gocode/src/github.com/mgutz/logxi/v1/cmd/reldir/README.md
/usr/share/gocode/src/github.com/mgutz/logxi/v1/cmd/reldir/foo.go
/usr/share/gocode/src/github.com/mgutz/logxi/v1/concurrentWriter.go
/usr/share/gocode/src/github.com/mgutz/logxi/v1/defaultLogger.go
/usr/share/gocode/src/github.com/mgutz/logxi/v1/env.go
/usr/share/gocode/src/github.com/mgutz/logxi/v1/formatter.go
/usr/share/gocode/src/github.com/mgutz/logxi/v1/happyDevFormatter.go
/usr/share/gocode/src/github.com/mgutz/logxi/v1/init.go
/usr/share/gocode/src/github.com/mgutz/logxi/v1/init_test.go
/usr/share/gocode/src/github.com/mgutz/logxi/v1/jsonFormatter.go
/usr/share/gocode/src/github.com/mgutz/logxi/v1/logger.go
/usr/share/gocode/src/github.com/mgutz/logxi/v1/logger_test.go
/usr/share/gocode/src/github.com/mgutz/logxi/v1/methods.go
/usr/share/gocode/src/github.com/mgutz/logxi/v1/nullLogger.go
/usr/share/gocode/src/github.com/mgutz/logxi/v1/pool.go
/usr/share/gocode/src/github.com/mgutz/logxi/v1/textFormatter.go
/usr/share/gocode/src/github.com/mgutz/logxi/v1/util.go
/usr/share/gocode/src/github.com/mgutz/logxi/v1/version.go
/usr/share/licenses/golang-github-mgutz-logxi-devel
/usr/share/licenses/golang-github-mgutz-logxi-devel/LICENSE

References

Summary

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