How to Install and Uninstall golang-github-stevvooe-resumable-dev Package on Kali Linux

Last updated: May 17,2024

1. Install "golang-github-stevvooe-resumable-dev" package

Here is a brief guide to show you how to install golang-github-stevvooe-resumable-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-stevvooe-resumable-dev

2. Uninstall "golang-github-stevvooe-resumable-dev" package

Please follow the guidance below to uninstall golang-github-stevvooe-resumable-dev on Kali Linux:

$ sudo apt remove golang-github-stevvooe-resumable-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-stevvooe-resumable-dev package on Kali Linux

Package: golang-github-stevvooe-resumable-dev
Source: golang-github-stevvooe-resumable
Version: 0.0~git20150521.0.51ad441-2.1
Installed-Size: 97
Maintainer: pkg-go
Architecture: all
Size: 19376
SHA256: cfdd797b5f6a6fcc8bdeac6a9693b1491cc1762b95c5672b8f0cf71073c172df
SHA1: e97d029b74d8670f29cab2ccd028c7730b4de6db
MD5sum: 6baf692cb5efe1de89f3a221888ef391
Description: Subset of the Go `crypto` Package with a Resumable Hash Interface
Package resumable registers resumable versions of hash functions. Resumable
varieties of hash functions are available via the standard crypto package.
Support can be checked by type assertion against the resumable.Hash interface.
.
While one can use these sub-packages directly, it makes more sense to register
them using side-effect imports:
.
import _ "github.com/stevvooe/resumable/sha256"
.
This will make the resumable hashes available to the application through the
standard crypto package. For example, if a new sha256 is required, one should
use the following:
.
h := crypto.SHA256.New()
.
Such a features allows one to control the inclusion of resumable hash support
in a single file. Applications that require the resumable hash implementation
can type switch to detect support, while other parts of the application can be
completely oblivious to the presence of the alternative hash functions.
.
Also note that the implementations available in this package are completely
untouched from their Go counterparts in the standard library. Only an extra
file is added to each package to implement the extra resumable hash functions.
Description-md5:
Homepage: https://github.com/stevvooe/resumable
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-stevvooe-resumable/golang-github-stevvooe-resumable-dev_0.0~git20150521.0.51ad441-2.1_all.deb

5. The same packages on other Linux Distributions