How To Install tllist-devel on Fedora 36

In this tutorial we learn how to install tllist-devel in Fedora 36. tllist-devel is Development files for tllist

Introduction

In this tutorial we learn how to install tllist-devel on Fedora 36.

What is tllist-devel

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.

We can use yum or dnf to install tllist-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tllist-devel.

Install tllist-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install tllist-devel using dnf by running the following command:

sudo dnf -y install tllist-devel

Install tllist-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install tllist-devel using yum by running the following command:

sudo yum -y install tllist-devel

How To Uninstall tllist-devel on Fedora 36

To uninstall only the tllist-devel package we can use the following command:

sudo dnf remove tllist-devel

tllist-devel Package Contents on Fedora 36

---
title: "How To Install tllist-devel on Fedora 36"
linkTitle: "tllist-devel"
type: "docs"
description: "In this tutorial we learn how to install tllist-devel in Fedora 36. tllist-devel is Development files for tllist"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/tllist-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `tllist-devel` on Fedora 36.

### What is `tllist-devel`

> 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.  

We can use `yum` or `dnf` to install `tllist-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tllist-devel.

## Install tllist-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install tllist-devel using dnf by running the following command:

/usr/include/tllist.h
/usr/lib64/pkgconfig/tllist.pc
/usr/share/doc/tllist
/usr/share/doc/tllist/README.md
/usr/share/licenses/tllist-devel
/usr/share/licenses/tllist-devel/LICENSE
sudo dnf -y install tllist-devel

Install tllist-devel on Fedora 36 Using yum

Update yum database with yum using the following command.


```bash

sudo yum makecache --refresh
## References

After updating yum database, We can install tllist-devel using yum by running the following command:

Summary

sudo yum -y install tllist-devel
In this tutorial we learn how to install `tllist-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).

How To Uninstall tllist-devel on Fedora 36

To uninstall only the tllist-devel package we can use the following command:

sudo dnf remove tllist-devel

tllist-devel Package Contents on Fedora 36

/usr/include/tllist.h
/usr/lib/pkgconfig/tllist.pc
/usr/share/doc/tllist
/usr/share/doc/tllist/README.md
/usr/share/licenses/tllist-devel
/usr/share/licenses/tllist-devel/LICENSE

References

Summary

In this tutorial we learn how to install tllist-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).