How To Install CSFML on Fedora 36

In this tutorial we learn how to install CSFML in Fedora 36. CSFML is C Interface for the Simple and Fast Multimedia Library

Introduction

In this tutorial we learn how to install CSFML on Fedora 36.

What is CSFML

CSFML is the official C interface for the SFML library (written in C++), allowing to develop applications using C instead of C++.

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

Install CSFML 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 CSFML using dnf by running the following command:

sudo dnf -y install CSFML

Install CSFML 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 CSFML using yum by running the following command:

sudo yum -y install CSFML

How To Uninstall CSFML on Fedora 36

To uninstall only the CSFML package we can use the following command:

sudo dnf remove CSFML

CSFML Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/10
/usr/lib/.build-id/10/403ce8f4ecefbc00805e69f8c4a9edeae17ee4
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/e46f6eabe4d7dbe0cae519caf7d32313d5e631
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/e4635ea305c41a33aef5026981c77e754dbf40
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/9cfaa60c948b01819ce52bfdabe9ac6cff1d29
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/a36fecf543809879b5b8bfd211ebb1f1b11d74
/usr/lib64/libcsfml-audio.so.2.5
/usr/lib64/libcsfml-audio.so.2.5.1
/usr/lib64/libcsfml-graphics.so.2.5
/usr/lib64/libcsfml-graphics.so.2.5.1
/usr/lib64/libcsfml-network.so.2.5
/usr/lib64/libcsfml-network.so.2.5.1
/usr/lib64/libcsfml-system.so.2.5
/usr/lib64/libcsfml-system.so.2.5.1
/usr/lib64/libcsfml-window.so.2.5
/usr/lib64/libcsfml-window.so.2.5.1
/usr/share/doc/CSFML
/usr/share/doc/CSFML/readme.txt
/usr/share/licenses/CSFML
/usr/share/licenses/CSFML/license.txt

References

Summary

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


title: “How To Install CSFML on Fedora 36” linkTitle: “CSFML” type: “docs” description: “In this tutorial we learn how to install CSFML in Fedora 36. CSFML is C Interface for the Simple and Fast Multimedia Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/CSFML-featured.png

Introduction

In this tutorial we learn how to install CSFML on Fedora 36.

What is CSFML

CSFML is the official C interface for the SFML library (written in C++), allowing to develop applications using C instead of C++.

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

Install CSFML 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 CSFML using dnf by running the following command:

sudo dnf -y install CSFML

Install CSFML 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 CSFML using yum by running the following command:

sudo yum -y install CSFML

How To Uninstall CSFML on Fedora 36

To uninstall only the CSFML package we can use the following command:

sudo dnf remove CSFML

CSFML Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/5fc8d296e3bb9e1760156838998572f76b5b7b
/usr/lib/.build-id/07
/usr/lib/.build-id/07/fc1f7a856c5920217b72c3a434c1a14b4dcc62
/usr/lib/.build-id/21
/usr/lib/.build-id/21/2dbf495ed9d9032fe518c23d9466fdc86576e2
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/633c3303f160d2dfdd8b4a694843ef884375be
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/9e1b62f5a527dd4c70b321fba54465c02e1159
/usr/lib/libcsfml-audio.so.2.5
/usr/lib/libcsfml-audio.so.2.5.1
/usr/lib/libcsfml-graphics.so.2.5
/usr/lib/libcsfml-graphics.so.2.5.1
/usr/lib/libcsfml-network.so.2.5
/usr/lib/libcsfml-network.so.2.5.1
/usr/lib/libcsfml-system.so.2.5
/usr/lib/libcsfml-system.so.2.5.1
/usr/lib/libcsfml-window.so.2.5
/usr/lib/libcsfml-window.so.2.5.1
/usr/share/doc/CSFML
/usr/share/doc/CSFML/readme.txt
/usr/share/licenses/CSFML
/usr/share/licenses/CSFML/license.txt

References

Summary

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