How to Install and Uninstall libtllist-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: September 21,2024

1. Install "libtllist-dev" package

Here is a brief guide to show you how to install libtllist-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libtllist-dev

2. Uninstall "libtllist-dev" package

Please follow the instructions below to uninstall libtllist-dev on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libtllist-dev package on Ubuntu 21.10 (Impish Indri)

Package: libtllist-dev
Architecture: amd64
Version: 1.0.4-1
Priority: optional
Section: universe/libdevel
Source: tllist
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Birger Schacht
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 28
Filename: pool/universe/t/tllist/libtllist-dev_1.0.4-1_amd64.deb
Size: 7472
MD5sum: 7203ec0c89e0ce587a089a2317caabf9
SHA1: 38d14441490e8d7e964e47f8b3f4067e99cc741f
SHA256: ebd6e4bef34cb2fb55f54abb974bf91d1b25de17f6790aa2fec809c80c7fb556
SHA512: 79c71005ba3022fdf5d26271be8a174b87b838854d63f65e2fba9853baf4320fc1982e12b98ef7ec6485c7e5d6a7b9aa715bef05e8bf9a94f57183d41d8c956c
Homepage: https://codeberg.org/dnkl/tllist
Description-en: 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: 423bf6c852191f8370a46b21632b1dca