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

Last updated: October 09,2024

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

This guide let you learn how to install golang-github-vividcortex-godaemon-devel.noarch on Fedora 38

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

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

This is a short guide on how to uninstall golang-github-vividcortex-godaemon-devel.noarch on Fedora 38:

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

Last metadata expiration check: 2:07:23 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : golang-github-vividcortex-godaemon-devel
Version : 0
Release : 0.13.20210113giteda9777.fc38
Architecture : noarch
Size : 17 k
Source : golang-github-vividcortex-godaemon-0-0.13.20210113giteda9777.fc38.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