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

Last updated: May 18,2024

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

Please follow the guidelines below to install golang-github-oxtoacart-bpool-dev on Ubuntu 21.10 (Impish Indri)

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

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

Please follow the steps below to uninstall golang-github-oxtoacart-bpool-dev on Ubuntu 21.10 (Impish Indri):

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

3. Information about the golang-github-oxtoacart-bpool-dev package on Ubuntu 21.10 (Impish Indri)

Package: golang-github-oxtoacart-bpool-dev
Architecture: all
Version: 0.0~git20150712.4e1c556-1.1
Priority: optional
Section: universe/devel
Source: golang-github-oxtoacart-bpool
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 22
Filename: pool/universe/g/golang-github-oxtoacart-bpool/golang-github-oxtoacart-bpool-dev_0.0~git20150712.4e1c556-1.1_all.deb
Size: 4288
MD5sum: 4c979ee34e0f0699cd5b0894671a0be6
SHA1: d711c6a2de6aac3b1d81525f38098a907848e5a7
SHA256: ac1eadad1294b6ae171feae20e7cf95e1c9117970903954b409277089ec9f818
SHA512: 4a0bb016c26ffbe696457acb92f60a1b4627db0b81c31682f4d1ba8544b951bb4267ccc150e1755f308a7c6bce69da508fa31aa1c39f6f9c06128b89a961fe56
Homepage: https://github.com/oxtoacart/bpool
Description-en: Buffer/Byte pool for Go
bpool implements leaky pools of byte arrays and Buffers as bounded
channels.
.
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: fc3b1d3d7b44d340a55910db63412549