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

#image: /images/fedora/36/SDL_ttf-devel-featured.png


Introduction

Introduction

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

What is SDL_ttf-devel

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

The SDL_ttf-devel package contains libraries and header files for developing applications that use SDL_ttf.

What is SDL_ttf-devel

The SDL_ttf-devel package contains libraries and header files for developing applications that use SDL_ttf.

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

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

Install SDL_ttf-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

Install SDL_ttf-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.
sudo dnf makecache --refresh

sudo dnf makecache --refresh

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

After updating yum database, We can install `SDL_ttf-devel` using `dnf` by running the following command:
sudo dnf -y install SDL_ttf-devel
## Install SDL_ttf-devel on Fedora 36 Using yum
sudo dnf -y install SDL_ttf-devel

Update yum database with yum using the following command.

Install SDL_ttf-devel on Fedora 36 Using yum


sudo yum makecache --refresh

Update yum database with yum using the following command.

After updating yum database, We can install `SDL_ttf-devel` using `yum` by running the following command:
sudo yum makecache --refresh

```bash

sudo yum -y install SDL_ttf-devel

After updating yum database, We can install `SDL_ttf-devel` using `yum` by running the following command:
## How To Uninstall SDL_ttf-devel on Fedora 36


```bash
To uninstall only the `SDL_ttf-devel` package we can use the following command:
sudo yum -y install SDL_ttf-devel
## How To Uninstall SDL_ttf-devel on Fedora 36
sudo dnf remove SDL_ttf-devel

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

SDL_ttf-devel Package Contents on Fedora 36


sudo dnf remove SDL_ttf-devel
```bash

SDL_ttf-devel Package Contents on Fedora 36

/usr/include/SDL
/usr/include/SDL/SDL_ttf.h
/usr/lib64/libSDL_ttf.so
/usr/lib64/pkgconfig/SDL_ttf.pc

References

/usr/include/SDL /usr/include/SDL/SDL_ttf.h /usr/lib/libSDL_ttf.so /usr/lib/pkgconfig/SDL_ttf.pc

Summary


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


* [SDL_ttf-devel website](http://www.libsdl.org/projects/SDL_ttf/)

## Summary

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