How To Install SDL_gfx on Fedora 36
Introduction
In this tutorial we learn how to install SDL_gfx
on Fedora 36.
What is SDL_gfx
Library providing SDL graphics drawing primitives and other support functions wrapped up in an addon library for the Simple Direct Media (SDL) cross-platform API layer.
We can use yum
or dnf
to install SDL_gfx
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install SDL_gfx.
Install SDL_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 SDL_gfx
using dnf
by running the following command:
sudo dnf -y install SDL_gfx
Install SDL_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 SDL_gfx
using yum
by running the following command:
sudo yum -y install SDL_gfx
How To Uninstall SDL_gfx on Fedora 36
To uninstall only the SDL_gfx
package we can use the following command:
sudo dnf remove SDL_gfx
SDL_gfx Package Contents on Fedora 36
---
title: "How To Install SDL_gfx on Fedora 36"
linkTitle: "SDL_gfx"
type: "docs"
description: "In this tutorial we learn how to install SDL_gfx in Fedora 36. SDL_gfx is SDL graphics drawing primitives and other support functions"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/SDL_gfx-featured.png
---
## Introduction
In this tutorial we learn how to install `SDL_gfx` on Fedora 36.
### What is `SDL_gfx`
> Library providing SDL graphics drawing primitives and other support functions wrapped up in an addon library for the Simple Direct Media (SDL) cross-platform API layer.
We can use `yum` or `dnf` to install `SDL_gfx` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install SDL_gfx.
## Install SDL_gfx 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 SDL_gfx
using dnf
by running the following command:
sudo dnf -y install SDL_gfx
Install SDL_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 SDL_gfx
using yum
by running the following command:
sudo yum -y install SDL_gfx
How To Uninstall SDL_gfx on Fedora 36
To uninstall only the SDL_gfx
package we can use the following command:
sudo dnf remove SDL_gfx
SDL_gfx Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/43589d46f7bf3c4cc5d6da37a90c97411b177a
/usr/lib/libSDL_gfx.so.15
/usr/lib/libSDL_gfx.so.15.9.1
/usr/share/doc/SDL_gfx
/usr/share/doc/SDL_gfx/AUTHORS
/usr/share/doc/SDL_gfx/COPYING
/usr/share/doc/SDL_gfx/LICENSE
/usr/share/doc/SDL_gfx/README
/usr/lib/.build-id /usr/lib/.build-id/9f /usr/lib/.build-id/9f/c8a7a6069df183a72f6841d04cb94939d679ce /usr/lib64/libSDL_gfx.so.15 /usr/lib64/libSDL_gfx.so.15.9.1 /usr/share/doc/SDL_gfx /usr/share/doc/SDL_gfx/AUTHORS /usr/share/doc/SDL_gfx/COPYING /usr/share/doc/SDL_gfx/LICENSE /usr/share/doc/SDL_gfx/README
References
Summary
In this tutorial we learn how to install `SDL_gfx` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
## References
* [SDL_gfx website](http://www.ferzkopp.net/Software/SDL_gfx-2.0/)
## Summary
In this tutorial we learn how to install `SDL_gfx` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).