How To Install SDL2_ttf-devel on Fedora 36
Introduction
In this tutorial we learn how to install SDL2_ttf-devel
on Fedora 36.
What is SDL2_ttf-devel
The SDL2_ttf-devel package contains libraries and header files for developing applications that use SDL2_ttf.
We can use yum
or dnf
to install SDL2_ttf-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install SDL2_ttf-devel.
Install SDL2_ttf-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 SDL2_ttf-devel
using dnf
by running the following command:
sudo dnf -y install SDL2_ttf-devel
Install SDL2_ttf-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 SDL2_ttf-devel
using yum
by running the following command:
sudo yum -y install SDL2_ttf-devel
How To Uninstall SDL2_ttf-devel on Fedora 36
To uninstall only the SDL2_ttf-devel
package we can use the following command:
sudo dnf remove SDL2_ttf-devel
SDL2_ttf-devel Package Contents on Fedora 36
/usr/include/SDL2/SDL_ttf.h
/usr/lib/libSDL2_ttf.so
/usr/lib/pkgconfig/SDL2_ttf.pc
References
Summary
In this tutorial we learn how to install SDL2_ttf-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install SDL2_ttf-devel on Fedora 36” linkTitle: “SDL2_ttf-devel” type: “docs” description: “In this tutorial we learn how to install SDL2_ttf-devel in Fedora 36. SDL2_ttf-devel is Development files for SDL2_ttf” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/SDL2_ttf-devel-featured.png
Introduction
In this tutorial we learn how to install SDL2_ttf-devel
on Fedora 36.
What is SDL2_ttf-devel
The SDL2_ttf-devel package contains libraries and header files for developing applications that use SDL2_ttf.
We can use yum
or dnf
to install SDL2_ttf-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install SDL2_ttf-devel.
Install SDL2_ttf-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 SDL2_ttf-devel
using dnf
by running the following command:
sudo dnf -y install SDL2_ttf-devel
Install SDL2_ttf-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 SDL2_ttf-devel
using yum
by running the following command:
sudo yum -y install SDL2_ttf-devel
How To Uninstall SDL2_ttf-devel on Fedora 36
To uninstall only the SDL2_ttf-devel
package we can use the following command:
sudo dnf remove SDL2_ttf-devel
SDL2_ttf-devel Package Contents on Fedora 36
/usr/include/SDL2/SDL_ttf.h
/usr/lib64/libSDL2_ttf.so
/usr/lib64/pkgconfig/SDL2_ttf.pc
References
Summary
In this tutorial we learn how to install SDL2_ttf-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).