How to Install and Uninstall golang-gopkg-eapache-queue.v1-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "golang-gopkg-eapache-queue.v1-dev" package

This tutorial shows how to install golang-gopkg-eapache-queue.v1-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-gopkg-eapache-queue.v1-dev

2. Uninstall "golang-gopkg-eapache-queue.v1-dev" package

Please follow the guidance below to uninstall golang-gopkg-eapache-queue.v1-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-gopkg-eapache-queue.v1-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-gopkg-eapache-queue.v1-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-gopkg-eapache-queue.v1-dev
Priority: extra
Section: universe/devel
Installed-Size: 23
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-gopkg-eapache-queue.v1
Version: 1.0.2-1
Filename: pool/universe/g/golang-gopkg-eapache-queue.v1/golang-gopkg-eapache-queue.v1-dev_1.0.2-1_all.deb
Size: 4094
MD5sum: a2ef2a1a5cc90616497e81480a043c08
SHA1: 87a3044ecd1c64e38eb1f5bd200be0227fdec46d
SHA256: 9ae0810458a560f54973ec3ab1ffcd28fc0b321a058e3569a87a2cccfc19f049
Description-en: fast golang queue using ring-buffer
A fast Golang queue using a ring-buffer, based on the version suggested
by Dariusz Górecki. Using this instead of other, simpler, queue
implementations (slice+append or linked list) provides substantial memory
and time benefits, and fewer GC pauses. The queue implemented here is as
fast as it is in part because it is not thread-safe.
Description-md5: 48a323d2158b74fb4cab9fe5305b568c
Homepage: https://github.com/eapache/queue
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu