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

Last updated: May 15,2024

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

Please follow the step by step instructions below to install golang-github-stevvooe-resumable-dev on Ubuntu 21.10 (Impish Indri)

$ 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 Ubuntu 21.10 (Impish Indri):

$ 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 Ubuntu 21.10 (Impish Indri)

Package: golang-github-stevvooe-resumable-dev
Architecture: all
Version: 0.0~git20150521.0.51ad441-2.1
Priority: extra
Section: universe/devel
Source: golang-github-stevvooe-resumable
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: pkg-go
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 97
Filename: pool/universe/g/golang-github-stevvooe-resumable/golang-github-stevvooe-resumable-dev_0.0~git20150521.0.51ad441-2.1_all.deb
Size: 19416
MD5sum: 715e04c02547dcd5c1df17e5b96039c8
SHA1: 18cfaac0a2725d90583b0abdf76ef8b0d3b53b95
SHA256: 251c0c18de94de154dfca92dd1f04b6d31f671435624938cb78538603f062493
SHA512: 88cf22bb6a10bf798a781dfa23f3d1b116f7751ef1ac6ecbeb34310a940072383e492e7bfa42c0498097ff73aec7b846467ac9ea824dbd96a329b21b7c463504
Homepage: https://github.com/stevvooe/resumable
Description-en: 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: b4b4d9871f70004e38b95d07b2a2e0a0

5. The same packages on other Linux Distributions