How to Install and Uninstall golang-github-vividcortex-godaemon-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 03,2024

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

Please follow the step by step instructions below to install golang-github-vividcortex-godaemon-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

Please follow the guidelines below to uninstall golang-github-vividcortex-godaemon-dev on Ubuntu 20.10 (Groovy Gorilla):

$ 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 20.10 (Groovy Gorilla)

Package: golang-github-vividcortex-godaemon-dev
Architecture: all
Version: 0.0~git20150910.3d9f6e0-3
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: 35
Filename: pool/universe/g/golang-github-vividcortex-godaemon/golang-github-vividcortex-godaemon-dev_0.0~git20150910.3d9f6e0-3_all.deb
Size: 9108
MD5sum: efd34c419a00b21cc4d17e41cc259076
SHA1: 9826e6422418ca3fb8f6d9574636381df384d3eb
SHA256: 237c116a5dc942462692fb82e624f88f807a289255caca8348cd8cd624b6e119
SHA512: dfd0239f9dc02650bf82aec675d5d22c5ec9e5f03b46487a3dccf982fa732d7f78492d93a1c648e8ac9464dca02e456643112e5a938e1a55494a4e87606351c8
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