How to Install and Uninstall libavl-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "libavl-dev" package

This guide covers the steps necessary to install libavl-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libavl-dev

2. Uninstall "libavl-dev" package

In this section, we are going to explain the necessary steps to uninstall libavl-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libavl-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libavl-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libavl-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 56
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Guus Sliepen
Architecture: amd64
Source: libavl
Version: 0.3.5-3
Depends: libavl1 (= 0.3.5-3), libc6-dev
Filename: pool/universe/liba/libavl/libavl-dev_0.3.5-3_amd64.deb
Size: 5706
MD5sum: d7f50452b9f38d639258dc26cfde7f8b
SHA1: a3db0cfef65fd616dc5209fd5b446a3d2b48e77f
SHA256: 6a423b2d9b749ee4ebba1c4769d25694615aec20444bcddfdb3c2e1a8217809b
Description-en: AVL tree manipulation library - development
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 header files.
Description-md5: bf8775a607f5f885f9037fdae2cee40f
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu