How to Install and Uninstall ruby-rpatricia Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "ruby-rpatricia" package

This tutorial shows how to install ruby-rpatricia on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-rpatricia

2. Uninstall "ruby-rpatricia" package

Learn how to uninstall ruby-rpatricia on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-rpatricia $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-rpatricia package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-rpatricia
Priority: optional
Section: universe/ruby
Installed-Size: 46
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: amd64
Version: 1.0.1-1build6
Depends: libc6 (>= 2.4), libruby2.3 (>= 2.3.0~preview2), ruby (>= 1:2.3~0)
Filename: pool/universe/r/ruby-rpatricia/ruby-rpatricia_1.0.1-1build6_amd64.deb
Size: 14314
MD5sum: 54ba0226bd5f8a7eeb28c49e3c8a1041
SHA1: af8396fa9559f0f9d724143f09537b97c026cd96
SHA256: 904e006f49e8b66fbcf33041aa9992ec185a22332afa0be85c2a848906377678
Description-en: efficient IPv4/IPv6 prefix storage and lookup for Ruby
rPatricia provides a Ruby library for efficient IPv4 and IPv6 address/prefix
storage and lookups. Internally it uses a Patricia trie (also known as radix
tree), a data structure commonly used for routing table lookups and supports
prefix insertion/removal and best/exact match lookups.
.
The trie data structure is implemented in C, making rPatricia fast and
featuring a low memory footprint.
Description-md5: f0d0efc38c7921205566508fc502e722
Homepage: http://www.goto.info.waseda.ac.jp/~tatsuya/rpatricia/
Ruby-Versions: ruby2.3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu