How to Install and Uninstall golang-github-vividcortex-godaemon-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 03,2024

1. Install "golang-github-vividcortex-godaemon-dev" package

Please follow the guidance below to install golang-github-vividcortex-godaemon-dev on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install golang-github-vividcortex-godaemon-dev

2. Uninstall "golang-github-vividcortex-godaemon-dev" package

Please follow the instructions below to uninstall golang-github-vividcortex-godaemon-dev on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove golang-github-vividcortex-godaemon-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-vividcortex-godaemon-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: golang-github-vividcortex-godaemon-dev
Architecture: all
Version: 0.0~git20201215.eda9777-1
Multi-Arch: foreign
Priority: optional
Section: universe/devel
Source: golang-github-vividcortex-godaemon
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 29
Filename: pool/universe/g/golang-github-vividcortex-godaemon/golang-github-vividcortex-godaemon-dev_0.0~git20201215.eda9777-1_all.deb
Size: 8136
MD5sum: 74c31f3bc4645190cf2b109f5bfc5ebe
SHA1: 449ee10d17c35fcd80227c28e8dd6ec9b04d18c0
SHA256: 6622863b0f34bfa2f52ddbba6a35c901dedf60e409695220bfe3a9b0580b2dee
SHA512: ff5c5e7396f90094fd57a81d996cfc63f6688239c71b658e6ab89a94558700b725cfbf6d51a5480c43b090cbcf9fbc6df11821b046e2fa823410cae38dc21fe5
Homepage: https://github.com/VividCortex/godaemon
Description-en: Daemonize Go applications deviously
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 (http://goo.gl/vTUsVy) 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.
Description-md5: 6ffbb2b98bd6902faec1c7829950ea44