How to Install and Uninstall golang-github-armon-circbuf-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "golang-github-armon-circbuf-dev" package

Please follow the steps below to install golang-github-armon-circbuf-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-github-armon-circbuf-dev

2. Uninstall "golang-github-armon-circbuf-dev" package

This guide covers the steps necessary to uninstall golang-github-armon-circbuf-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-github-armon-circbuf-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-armon-circbuf-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-github-armon-circbuf-dev
Priority: extra
Section: universe/devel
Installed-Size: 21
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-armon-circbuf
Version: 0.0~git20150827.0.bbbad09-1
Filename: pool/universe/g/golang-github-armon-circbuf/golang-github-armon-circbuf-dev_0.0~git20150827.0.bbbad09-1_all.deb
Size: 3692
MD5sum: c53e109b834b1b1e9440a6232ad71d6a
SHA1: 3234f1cb9fa1df7def9d6b0a05825a21c0cc59a3
SHA256: 351f5fc656be05ddc903fa303b8b6bbee35430676bea59b7344c21557b67fc7a
Description-en: Golang circular (ring) buffer
This package provides the circbuf Go library. This provides a Buffer object
which is a circular (or ring) buffer. It has a fixed size, but can be written
to infinitely. Only the last size bytes are ever retained. The buffer
implements the io.Writer interface.
.
This package contains the source.
Description-md5: 71b7db88bff3d61c94f039ac2d3b143a
Homepage: https://github.com/armon/circbuf
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu