How to Install and Uninstall libavl-dev Package on Kali Linux

Last updated: May 02,2024

1. Install "libavl-dev" package

Please follow the guidelines below to install libavl-dev on Kali Linux

$ sudo apt update $ sudo apt install libavl-dev

2. Uninstall "libavl-dev" package

This guide covers the steps necessary to uninstall libavl-dev on Kali Linux:

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

3. Information about the libavl-dev package on Kali Linux

Package: libavl-dev
Source: libavl (0.3.5-4)
Version: 0.3.5-4+b1
Installed-Size: 24
Maintainer: Guus Sliepen
Architecture: amd64
Depends: libavl1 (= 0.3.5-4+b1), libc6-dev
Size: 5968
SHA256: 948c2ea07e0a7d6110d0e6c208a1b1493679bd1a065f90eab7a2e347d4f7f1e6
SHA1: cb807f3f5c88ecccf88e6f35e1aa46a5dbb575c4
MD5sum: 5ca3b6bb0dc3da8182b5b0b456df25a7
Description: 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:
Tag: devel::lang:c, devel::library, implemented-in::c, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/liba/libavl/libavl-dev_0.3.5-4+b1_amd64.deb