How to Install and Uninstall msgp Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "msgp" package

This is a short guide on how to install msgp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install msgp

2. Uninstall "msgp" package

Learn how to uninstall msgp on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove msgp $ sudo apt autoclean && sudo apt autoremove

3. Information about the msgp package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: msgp
Priority: extra
Section: universe/devel
Installed-Size: 4797
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: amd64
Source: golang-github-tinylib-msgp
Version: 1.0~beta-1
Filename: pool/universe/g/golang-github-tinylib-msgp/msgp_1.0~beta-1_amd64.deb
Size: 1044666
MD5sum: c0ac9e7fb51770ff566772722de9d41a
SHA1: ae89aca9552c650268c9364534054f337d98299f
SHA256: 32d5dcc539931c9f5e0f36e99064eb3b322a7c3c5181af7dce3f71b621069632
Description-en: Go code generator for MessagePack
This is a code generation tool and serialization library for MessagePack. It is
targeted at the go generate tool. You can read more about MessagePack in the
wiki, or at msgpack.org.
.
Why?
.
* Use Go as your schema language
* Speeeeeed (400MB/s on modern hardware)
* JSON interop
* User-defined extensions
* Type safety
* Encoding flexibility
.
This package contains the tools/binaries.
Description-md5: 825d36df9ce251dce369310faadfbe93
Homepage: https://github.com/tinylib/msgp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu