How to Install and Uninstall golang-github-cloudflare-tableflip-dev Package on Kali Linux

Last updated: May 18,2024

1. Install "golang-github-cloudflare-tableflip-dev" package

This is a short guide on how to install golang-github-cloudflare-tableflip-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-cloudflare-tableflip-dev

2. Uninstall "golang-github-cloudflare-tableflip-dev" package

Please follow the step by step instructions below to uninstall golang-github-cloudflare-tableflip-dev on Kali Linux:

$ sudo apt remove golang-github-cloudflare-tableflip-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-cloudflare-tableflip-dev package on Kali Linux

Package: golang-github-cloudflare-tableflip-dev
Source: golang-github-cloudflare-tableflip
Version: 1.2.1~git20200514.4baec98-4
Installed-Size: 82
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-pkg-errors-dev (>= 0.9.1~)
Size: 16808
SHA256: 270ea48cd685e5f3a8414cbd6cea8c5dc825bb92fd91b6a9ca5a6b229db2faae
SHA1: cdd996cd01c3dff3d0b1c7f9d788fa4ac148862e
MD5sum: d394e89f98387a3dd7ec29899258258f
Description: Graceful process restarts in Go (library)
It is sometimes useful to update the running code and / or configuration of a
network service, without disrupting existing connections. Usually, this is
achieved by starting a new process, somehow transferring clients to it and
then exiting the old process.
.
There are many ways to implement graceful upgrades. They vary wildly in the
trade-offs they make, and how much control they afford the user. This library
has the following goals:
- No old code keeps running after a successful upgrade
- The new process has a grace period for performing initialisation
- Crashing during initialisation is OK
- Only a single upgrade is ever run in parallel
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/cloudflare/tableflip
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-cloudflare-tableflip/golang-github-cloudflare-tableflip-dev_1.2.1~git20200514.4baec98-4_all.deb