How to Install and Uninstall golang-github-oklog-run-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "golang-github-oklog-run-dev" package

Please follow the steps below to install golang-github-oklog-run-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install golang-github-oklog-run-dev

2. Uninstall "golang-github-oklog-run-dev" package

This tutorial shows how to uninstall golang-github-oklog-run-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove golang-github-oklog-run-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-oklog-run-dev package on Ubuntu 21.10 (Impish Indri)

Package: golang-github-oklog-run-dev
Architecture: all
Version: 1.1.0-1
Priority: optional
Section: universe/devel
Source: golang-github-oklog-run
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 26
Filename: pool/universe/g/golang-github-oklog-run/golang-github-oklog-run-dev_1.1.0-1_all.deb
Size: 5624
MD5sum: 4d720342f4db6ce6ad08cc37ac604384
SHA1: 9298c04b3244b9c68ca12c1d29018a5233d09a20
SHA256: 40049c78c46c6e6680f91c3feafe23f995869459ad8c4b5b1f485092690a1441
SHA512: a0d580d0fb72ffa3e198eb341b34aedd8081b40ff917830651e96b81453cc04fd6827159c7fbf9cc3288095b4a3149aa0290eaa81d1ba264e2a9858c2f946f4f
Homepage: https://github.com/oklog/run
Description-en: Universal mechanism to manage goroutine lifecycles
Create a zero-value run.Group, and then add actors to it. Actors are
defined as a pair of functions: an execute function, which should
run synchronously; and an interrupt function, which, when invoked,
should cause the execute function to return. Finally, invoke Run,
which concurrently runs all of the actors, waits until the first actor
exits, invokes the interrupt functions, and finally returns control
to the caller only once all actors have returned. This general-purpose
API allows callers to model pretty much any runnable task, and achieve
well-defined lifecycle semantics for the group.
Description-md5: 424dde24c15cc34e497bceaacaee69e0