How To Install golang-github-sevlyar-daemon-devel on Fedora 36

In this tutorial we learn how to install golang-github-sevlyar-daemon-devel in Fedora 36. golang-github-sevlyar-daemon-devel is Library for writing system daemons in Go

Introduction

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

What is golang-github-sevlyar-daemon-devel

Library for writing system daemons in Go. This package contains the source code needed for building packages that reference the following Go import paths – github.com/sevlyar/go-daemon

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

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

sudo dnf -y install golang-github-sevlyar-daemon-devel

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

sudo yum -y install golang-github-sevlyar-daemon-devel

How To Uninstall golang-github-sevlyar-daemon-devel on Fedora 36

To uninstall only the golang-github-sevlyar-daemon-devel package we can use the following command:

sudo dnf remove golang-github-sevlyar-daemon-devel

golang-github-sevlyar-daemon-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-sevlyar-daemon-devel
/usr/share/doc/golang-github-sevlyar-daemon-devel/README.md
/usr/share/doc/golang-github-sevlyar-daemon-devel/examples
/usr/share/doc/golang-github-sevlyar-daemon-devel/examples/cmd
/usr/share/doc/golang-github-sevlyar-daemon-devel/examples/cmd/gd-log-rotation
/usr/share/doc/golang-github-sevlyar-daemon-devel/examples/cmd/gd-log-rotation/log_file.go
/usr/share/doc/golang-github-sevlyar-daemon-devel/examples/cmd/gd-log-rotation/main.go
/usr/share/doc/golang-github-sevlyar-daemon-devel/examples/cmd/gd-signal-handling
/usr/share/doc/golang-github-sevlyar-daemon-devel/examples/cmd/gd-signal-handling/signal-handling.go
/usr/share/doc/golang-github-sevlyar-daemon-devel/examples/cmd/gd-simple
/usr/share/doc/golang-github-sevlyar-daemon-devel/examples/cmd/gd-simple/simple.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/sevlyar
/usr/share/gocode/src/github.com/sevlyar/go-daemon
/usr/share/gocode/src/github.com/sevlyar/go-daemon/.goipath
/usr/share/gocode/src/github.com/sevlyar/go-daemon/README.md
/usr/share/gocode/src/github.com/sevlyar/go-daemon/command.go
/usr/share/gocode/src/github.com/sevlyar/go-daemon/compilation_test.go
/usr/share/gocode/src/github.com/sevlyar/go-daemon/daemon.go
/usr/share/gocode/src/github.com/sevlyar/go-daemon/daemon_stub.go
/usr/share/gocode/src/github.com/sevlyar/go-daemon/daemon_test.go
/usr/share/gocode/src/github.com/sevlyar/go-daemon/daemon_unix.go
/usr/share/gocode/src/github.com/sevlyar/go-daemon/lock_file.go
/usr/share/gocode/src/github.com/sevlyar/go-daemon/lock_file_solaris.go
/usr/share/gocode/src/github.com/sevlyar/go-daemon/lock_file_stub.go
/usr/share/gocode/src/github.com/sevlyar/go-daemon/lock_file_test.go
/usr/share/gocode/src/github.com/sevlyar/go-daemon/lock_file_unix.go
/usr/share/gocode/src/github.com/sevlyar/go-daemon/os_executable.go
/usr/share/gocode/src/github.com/sevlyar/go-daemon/os_executable_pre18.go
/usr/share/gocode/src/github.com/sevlyar/go-daemon/signal.go
/usr/share/gocode/src/github.com/sevlyar/go-daemon/syscall_dup.go
/usr/share/gocode/src/github.com/sevlyar/go-daemon/syscall_dup_arm64.go
/usr/share/gocode/src/github.com/sevlyar/go-daemon/syscall_dup_pre17.go
/usr/share/licenses/golang-github-sevlyar-daemon-devel
/usr/share/licenses/golang-github-sevlyar-daemon-devel/LICENSE

References

Summary

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