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

Last updated: January 11,2025

1. Install "tllist-devel.x86_64" package

Please follow the step by step instructions below to install tllist-devel.x86_64 on Fedora 36

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

2. Uninstall "tllist-devel.x86_64" package

This is a short guide on how to uninstall tllist-devel.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 2:00:55 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : tllist-devel
Version : 1.1.0
Release : 1.fc36
Architecture : x86_64
Size : 14 k
Source : tllist-1.1.0-1.fc36.src.rpm
Repository : updates
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.