How To Install golang-github-spacemonkeygo-spacelog-devel on Fedora 36

In this tutorial we learn how to install golang-github-spacemonkeygo-spacelog-devel in Fedora 36. golang-github-spacemonkeygo-spacelog-devel is Hierarchical, leveled, and structured logging library for go

Introduction

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

What is golang-github-spacemonkeygo-spacelog-devel

Package Spacelog is a collection of interface lego bricks designed to help you build a flexible logging system. This package contains the source code needed for building packages that reference the following Go import paths – github.com/spacemonkeygo/spacelog

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

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

sudo dnf -y install golang-github-spacemonkeygo-spacelog-devel

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

sudo yum -y install golang-github-spacemonkeygo-spacelog-devel

How To Uninstall golang-github-spacemonkeygo-spacelog-devel on Fedora 36

To uninstall only the golang-github-spacemonkeygo-spacelog-devel package we can use the following command:

sudo dnf remove golang-github-spacemonkeygo-spacelog-devel

golang-github-spacemonkeygo-spacelog-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-spacemonkeygo-spacelog-devel
/usr/share/doc/golang-github-spacemonkeygo-spacelog-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/spacemonkeygo
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/.goipath
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/README.md
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/capture.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/capture_ae.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/capture_linux.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/capture_other.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/capture_solaris.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/capture_windows.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/collection.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/convenience.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/doc.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/event.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/handler.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/level.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/logger.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/output.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/output_other.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/output_windows.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/setup
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/setup.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/setup/setup.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/sighup_appengine.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/sighup_other.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/syslog.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/syslog_windows.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/templates.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/templates_others.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/templates_windows.go
/usr/share/gocode/src/github.com/spacemonkeygo/spacelog/text.go
/usr/share/licenses/golang-github-spacemonkeygo-spacelog-devel
/usr/share/licenses/golang-github-spacemonkeygo-spacelog-devel/LICENSE

References

Summary

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