How to Install and Uninstall golang-github-shenwei356-bpool-dev Package on Kali Linux

Last updated: May 05,2024

1. Install "golang-github-shenwei356-bpool-dev" package

Please follow the instructions below to install golang-github-shenwei356-bpool-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-shenwei356-bpool-dev

2. Uninstall "golang-github-shenwei356-bpool-dev" package

Please follow the steps below to uninstall golang-github-shenwei356-bpool-dev on Kali Linux:

$ sudo apt remove golang-github-shenwei356-bpool-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-shenwei356-bpool-dev package on Kali Linux

Package: golang-github-shenwei356-bpool-dev
Source: golang-github-shenwei356-bpool
Version: 0.0~git20160710.f9e0ee4-3
Installed-Size: 22
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 4692
SHA256: 360f4d9a0127efe2eb0fcef71bc5f93f44616d0dd37ac70e14e9702b6abac921
SHA1: f66e38ea7f31f7dcb32ac9f5ce4d2714d3c19ec7
MD5sum: 363566324bc57f92c28a2b50f4485ffc
Description: Buffer/Byte pool for Go (library)
This library implements leaky pools of byte arrays and Buffers as bounded
channels. It is based on the leaky buffer example from the Effective
.
Bpool provides the following pool types:
.
BufferPool: fixed-size pool of bytes.Buffers
BytePool: fixed-size pool of byte slices with a pre-set width
SizedBufferPool: alternative to BufferPool that pre-sizes the
capacity of buffers issued from the pool and discards
buffers that have grown too large upon return.
.
A common use case for this package is to use buffers
to execute HTML templates against (via ExecuteTemplate) or encode JSON
into (via json.NewEncoder). This allows you to catch any rendering
or marshalling errors prior to writing to a http.ResponseWriter,
which helps to avoid writing incomplete or malformed data to the
response.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/shenwei356/bpool
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-shenwei356-bpool/golang-github-shenwei356-bpool-dev_0.0~git20160710.f9e0ee4-3_all.deb