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

Last updated: May 17,2024

1. Install "golang-github-golang-snappy-dev" package

This guide covers the steps necessary to install golang-github-golang-snappy-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-github-golang-snappy-dev

2. Uninstall "golang-github-golang-snappy-dev" package

Please follow the instructions below to uninstall golang-github-golang-snappy-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-github-golang-snappy-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: golang-github-golang-snappy-dev
Priority: extra
Section: universe/devel
Installed-Size: 46
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-golang-snappy
Version: 0.0+git20150730.723cc1e-3
Replaces: golang-snappy-go-dev (<< 0.0+git20150730.723cc1e-3~)
Provides: golang-snappy-go-dev
Depends: golang-go
Breaks: golang-snappy-go-dev (<< 0.0+git20150730.723cc1e-3~)
Filename: pool/universe/g/golang-github-golang-snappy/golang-github-golang-snappy-dev_0.0+git20150730.723cc1e-3_all.deb
Size: 10598
MD5sum: b6843e75062e71cec18d48e60b4ebb31
SHA1: b7d64f2e9f66130dcfe78167c50ca44359ab5587
SHA256: 0e036b85039253bc1fb88ada949f08f6c49b477e4973c4e93d781d60d8231899
Description-en: Implementation of the Snappy compression format in Go
Snappy is a compression/decompression library. It does not aim for maximum
compression, or compatibility with any other compression library; instead, it
aims for very high speeds and reasonable compression. For instance, compared
to the fastest mode of zlib, Snappy is an order of magnitude faster for most
inputs, but the resulting compressed files are anywhere from 20% to 100%
bigger. On a single core of a Core i7 processor in 64-bit mode, Snappy
compresses at about 250 MB/sec or more and decompresses at about 500 MB/sec or
more.
.
This is an implementation of the Snappy compression format in the Go
programming language.
Description-md5: 39893f9c93e59f79efba9fb8ee2e448b
Built-Using: golang (= 2:1.5.1-0ubuntu2)
Homepage: https://github.com/golang/snappy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu