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

Last updated: May 14,2024

1. Install "golang-github-armon-go-radix-dev" package

Learn how to install golang-github-armon-go-radix-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-github-armon-go-radix-dev

2. Uninstall "golang-github-armon-go-radix-dev" package

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

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

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

Package: golang-github-armon-go-radix-dev
Priority: extra
Section: universe/devel
Installed-Size: 32
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-armon-go-radix
Version: 0.0~git20150602.0.fbd82e8-1
Depends: golang-go
Filename: pool/universe/g/golang-github-armon-go-radix/golang-github-armon-go-radix-dev_0.0~git20150602.0.fbd82e8-1_all.deb
Size: 6516
MD5sum: 83b3360ba57acf73188cf1949a5d0502
SHA1: 94eb7963311c5cedfda4b3629919c43eefda08a0
SHA256: db3fe442c5b4bb3115264b5bd13dddc79acf8d24bd2fb60e3f6be015d79d5b1f
Description-en: Golang implementation of Radix trees
Provides the radix package that implements a radix tree. The package only
provides a single Tree implementation, optimized for sparse nodes.
.
As a radix tree, it provides the following:
.
- O(k) operations. In many cases, this can be faster than a hash table since
the hash function is an O(k) operation, and hash tables have very poor cache
locality.
- Minimum / Maximum value lookups
- Ordered iteration
.
For an immutable variant, see go-immutable-radix.
.
This package contains the source.
Description-md5: 4c20379e59b45a12774c1540f076336b
Homepage: https://github.com/armon/go-radix
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu