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

Last updated: May 21,2024

1. Install "golang-github-tchap-go-patricia-dev" package

This is a short guide on how to install golang-github-tchap-go-patricia-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-github-tchap-go-patricia-dev

2. Uninstall "golang-github-tchap-go-patricia-dev" package

Here is a brief guide to show you how to uninstall golang-github-tchap-go-patricia-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-github-tchap-go-patricia-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: golang-github-tchap-go-patricia-dev
Priority: extra
Section: universe/devel
Installed-Size: 60
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-go-patricia
Version: 2.2.0-2
Replaces: golang-go-patricia-dev (<< 2.2.0-2)
Provides: golang-go-patricia-dev
Breaks: golang-go-patricia-dev (<< 2.2.0-2)
Filename: pool/universe/g/golang-go-patricia/golang-github-tchap-go-patricia-dev_2.2.0-2_all.deb
Size: 10108
MD5sum: bebbae863b2d3b10d4d596977a956121
SHA1: 27860c4d782a03e48796f5af860392a9a1dae10b
SHA256: cbedf3b540cb6d11fe20b646c66c328cd5f72c13480d02c730a6caece204fe8c
Description-en: golang-go-patricia is a generic patricia trie (also called radix tree).
The patricia trie as implemented in this library enables fast visiting of items
in some particular ways:
.
1. visit all items saved in the tree,
2. visit all items matching particular prefix (visit subtree), or
3. given a string, visit all items matching some prefix of that string.
.
This package contains the source.
Description-md5: 2c3302adb91ab92fe1ec614cea9ac900
Built-Using: golang (= 2:1.5.1-0ubuntu2)
Homepage: https://github.com/tchap/go-patricia
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu