How to Install and Uninstall golang-github-oklog-run-dev Package on Kali Linux

Last updated: November 22,2024

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

Please follow the steps below to install golang-github-oklog-run-dev on Kali Linux

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

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

Learn how to uninstall golang-github-oklog-run-dev on Kali Linux:

$ 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 Kali Linux

Package: golang-github-oklog-run-dev
Source: golang-github-oklog-run
Version: 1.1.0-2
Installed-Size: 26
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 5804
SHA256: ee526f236f72a16991bbfa8e916ecf530e1b47c7143cf58f4e7111d3465eaba3
SHA1: 5e427b40abb92fca9e6babd16cf545d6403a429e
MD5sum: e19246773dc93070877f59dcc0ef62bf
Description: 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:
Multi-Arch: foreign
Homepage: https://github.com/oklog/run
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-oklog-run/golang-github-oklog-run-dev_1.1.0-2_all.deb