How To Install SDL2_gfx on Fedora 36

In this tutorial we learn how to install SDL2_gfx in Fedora 36. SDL2_gfx is SDL2 graphics drawing primitives and other support functions

Introduction

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

What is SDL2_gfx

Library providing graphics drawing primitives and other support functions wrapped up in an addon library for the Simple Direct Media version 2 (SDL2) cross-platform API layer.

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

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

sudo dnf -y install SDL2_gfx

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

sudo yum -y install SDL2_gfx

How To Uninstall SDL2_gfx on Fedora 36

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

sudo dnf remove SDL2_gfx

SDL2_gfx Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/40
/usr/lib/.build-id/40/4452aae5a878937a4b652b7319c87c55b01988
/usr/lib/libSDL2_gfx-1.0.so.0
/usr/lib/libSDL2_gfx-1.0.so.0.0.2
/usr/share/doc/SDL2_gfx
/usr/share/doc/SDL2_gfx/AUTHORS
/usr/share/doc/SDL2_gfx/NEWS
/usr/share/doc/SDL2_gfx/README
/usr/share/licenses/SDL2_gfx
/usr/share/licenses/SDL2_gfx/COPYING

References

Summary

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


title: “How To Install SDL2_gfx on Fedora 36” linkTitle: “SDL2_gfx” type: “docs” description: “In this tutorial we learn how to install SDL2_gfx in Fedora 36. SDL2_gfx is SDL2 graphics drawing primitives and other support functions” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/SDL2_gfx-featured.png

Introduction

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

What is SDL2_gfx

Library providing graphics drawing primitives and other support functions wrapped up in an addon library for the Simple Direct Media version 2 (SDL2) cross-platform API layer.

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

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

sudo dnf -y install SDL2_gfx

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

sudo yum -y install SDL2_gfx

How To Uninstall SDL2_gfx on Fedora 36

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

sudo dnf remove SDL2_gfx

SDL2_gfx Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/52
/usr/lib/.build-id/52/261d7315ad1709ee297701e43c1cb0cc680e40
/usr/lib64/libSDL2_gfx-1.0.so.0
/usr/lib64/libSDL2_gfx-1.0.so.0.0.2
/usr/share/doc/SDL2_gfx
/usr/share/doc/SDL2_gfx/AUTHORS
/usr/share/doc/SDL2_gfx/NEWS
/usr/share/doc/SDL2_gfx/README
/usr/share/licenses/SDL2_gfx
/usr/share/licenses/SDL2_gfx/COPYING

References

Summary

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