How to Install and Uninstall golang-github-vividcortex-godaemon-devel.noarch Package on Fedora 36

Last updated: May 17,2024

1. Install "golang-github-vividcortex-godaemon-devel.noarch" package

This is a short guide on how to install golang-github-vividcortex-godaemon-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-vividcortex-godaemon-devel.noarch

2. Uninstall "golang-github-vividcortex-godaemon-devel.noarch" package

This guide let you learn how to uninstall golang-github-vividcortex-godaemon-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-vividcortex-godaemon-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-vividcortex-godaemon-devel.noarch package on Fedora 36

Last metadata expiration check: 1:04:45 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-vividcortex-godaemon-devel
Version : 0
Release : 0.11.20210113giteda9777.fc36
Architecture : noarch
Size : 17 k
Source : golang-github-vividcortex-godaemon-0-0.11.20210113giteda9777.fc36.src.rpm
Repository : fedora
Summary : Daemonize Go applications deviously
URL : https://github.com/VividCortex/godaemon
License : MIT
Description : 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