How to Install and Uninstall tllist-devel.x86_64 Package on Fedora 34

Last updated: November 28,2024

1. Install "tllist-devel.x86_64" package

Please follow the guidance below to install tllist-devel.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install tllist-devel.x86_64

2. Uninstall "tllist-devel.x86_64" package

This guide let you learn how to uninstall tllist-devel.x86_64 on Fedora 34:

$ sudo dnf remove tllist-devel.x86_64 $ sudo dnf autoremove

3. Information about the tllist-devel.x86_64 package on Fedora 34

Last metadata expiration check: 1:37:07 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : tllist-devel
Version : 1.0.5
Release : 1.fc34
Architecture : x86_64
Size : 13 k
Source : tllist-1.0.5-1.fc34.src.rpm
Repository : fedora
Summary : Development files for tllist
URL : https://codeberg.org/dnkl/tllist
License : MIT
Description : tllist is a C header-only implementation of a linked list that uses
: 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.