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

Last updated: September 20,2024

1. Install "libavl1" package

Please follow the instructions below to install libavl1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libavl1

2. Uninstall "libavl1" package

This tutorial shows how to uninstall libavl1 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libavl1 $ sudo apt autoclean && sudo apt autoremove

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

Package: libavl1
Priority: optional
Section: universe/libs
Installed-Size: 64
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Guus Sliepen
Architecture: amd64
Source: libavl
Version: 0.3.5-3
Depends: libc6 (>= 2.2.5)
Filename: pool/universe/liba/libavl/libavl1_0.3.5-3_amd64.deb
Size: 6676
MD5sum: 7639de645ccf64eff69e7f01f86d356e
SHA1: e55fb1718510d5b81548b1b1ba8bc4c5aa6eb638
SHA256: 5e6068cba38db08dd8b93d1ce5b0936c8c8e105ef3c51b278c58a85dbf2bd5fb
Description-en: AVL tree manipulation library - runtime
This library consists of a set of functions to manipulate AVL trees. AVL
trees are very efficient balanced binary trees, similar to red-black trees.
The functions in this library can handle any kind of payload and search key
type.
.
This package contains the actual library.
Description-md5: 2890677a5e3fd496f3a20db6a3e6d37b
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu