How To Install golang-github-vividcortex-godaemon-devel on Fedora 36

In this tutorial we learn how to install golang-github-vividcortex-godaemon-devel in Fedora 36. golang-github-vividcortex-godaemon-devel is Daemonize Go applications deviously

Introduction

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

What is golang-github-vividcortex-godaemon-devel

Daemonize Go applications with exec() instead of fork(). You can’t daemonize the usual way in Go. Daemonizing is a Unix concept that requires some specific things you can’t do easily in Go. But you can still accomplish the same goals if you don’t mind that your program will start copies of itself several times, as opposed to using fork() the way many programmers are accustomed to doing. This package contains the source code needed for building packages that reference the following Go import paths – github.com/VividCortex/godaemon

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

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

sudo dnf -y install golang-github-vividcortex-godaemon-devel

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

sudo yum -y install golang-github-vividcortex-godaemon-devel

How To Uninstall golang-github-vividcortex-godaemon-devel on Fedora 36

To uninstall only the golang-github-vividcortex-godaemon-devel package we can use the following command:

sudo dnf remove golang-github-vividcortex-godaemon-devel

golang-github-vividcortex-godaemon-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-vividcortex-godaemon-devel
/usr/share/doc/golang-github-vividcortex-godaemon-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/VividCortex
/usr/share/gocode/src/github.com/VividCortex/godaemon
/usr/share/gocode/src/github.com/VividCortex/godaemon/.goipath
/usr/share/gocode/src/github.com/VividCortex/godaemon/README.md
/usr/share/gocode/src/github.com/VividCortex/godaemon/daemon.go
/usr/share/gocode/src/github.com/VividCortex/godaemon/os.go
/usr/share/licenses/golang-github-vividcortex-godaemon-devel
/usr/share/licenses/golang-github-vividcortex-godaemon-devel/LICENSE

References

Summary

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