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

Last updated: October 05,2024

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

Please follow the guidance below to install golang-github-vividcortex-godaemon-devel.noarch on Fedora 35

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

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

Please follow the instructions below to uninstall golang-github-vividcortex-godaemon-devel.noarch on Fedora 35:

$ 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 35

Last metadata expiration check: 0:39:39 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-github-vividcortex-godaemon-devel
Version : 0
Release : 0.10.20210113giteda9777.fc35
Architecture : noarch
Size : 17 k
Source : golang-github-vividcortex-godaemon-0-0.10.20210113giteda9777.fc35.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