How to Install and Uninstall golang-github-armon-go-radix-dev Package on Kali Linux

Last updated: January 11,2025

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

This guide covers the steps necessary to install golang-github-armon-go-radix-dev on Kali Linux

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

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

Learn how to uninstall golang-github-armon-go-radix-dev on Kali Linux:

$ 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 Kali Linux

Package: golang-github-armon-go-radix-dev
Source: golang-github-armon-go-radix
Version: 1.0.0+git20221118.54df44f-1
Installed-Size: 38
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 8500
SHA256: a429f609514e3b83cd85751ad9804d253eb2f526c2816973671b0d44e7b24c73
SHA1: 7cf38ac8b01632dd223e903aa68b9ffd5b37e5f4
MD5sum: 41780c457e3471b0f9aa604c4dbb0c4d
Description: 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:
Multi-Arch: foreign
Homepage: https://github.com/armon/go-radix
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-armon-go-radix/golang-github-armon-go-radix-dev_1.0.0+git20221118.54df44f-1_all.deb