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

Last updated: May 18,2024

1. Install "libtllist-dev" package

This tutorial shows how to install libtllist-dev on Kali Linux

$ sudo apt update $ sudo apt install libtllist-dev

2. Uninstall "libtllist-dev" package

This is a short guide on how to uninstall libtllist-dev on Kali Linux:

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

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

Package: libtllist-dev
Source: tllist
Version: 1.1.0-1
Installed-Size: 34
Maintainer: Birger Schacht
Architecture: amd64
Size: 8096
SHA256: 05695bb0aca49d08b4547b6e26afc65e7336e9157ead9eecc5b5846f1ff088e9
SHA1: 1857d64403594531a1ede8f2d553813242348f23
MD5sum: 008ec5669f7fa1aada94049e833ad58a
Description: C header file only implementation of a typed linked list
Most C implementations of linked list are untyped. That is, their data
carriers are typically void *. This is error prone since your compiler will not
be able to help you correct your mistakes.
.
tllist addresses this by using pre-processor macros to implement dynamic
types, where the data carrier is typed to whatever you want; both primitive
data types are supported as well as aggregated ones such as structs, enums and
unions.
Description-md5:
Homepage: https://codeberg.org/dnkl/tllist
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/t/tllist/libtllist-dev_1.1.0-1_amd64.deb