How to Install and Uninstall tllist-devel.i686 Package on Fedora 39

Last updated: October 11,2024

1. Install "tllist-devel.i686" package

This guide covers the steps necessary to install tllist-devel.i686 on Fedora 39

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

2. Uninstall "tllist-devel.i686" package

Learn how to uninstall tllist-devel.i686 on Fedora 39:

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

3. Information about the tllist-devel.i686 package on Fedora 39

Last metadata expiration check: 3:27:32 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : tllist-devel
Version : 1.1.0
Release : 3.fc39
Architecture : i686
Size : 14 k
Source : tllist-1.1.0-3.fc39.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.