How To Install SDL_image on Fedora 36

In this tutorial we learn how to install SDL_image in Fedora 36. SDL_image is Image loading library for SDL

Introduction

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

What is SDL_image

Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed to provide fast access to the graphics frame buffer and audio device. This package contains a simple library for loading images of various formats (BMP, PPM, PCX, GIF, JPEG, PNG) as SDL surfaces.

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

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

sudo dnf -y install SDL_image

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

sudo yum -y install SDL_image

How To Uninstall SDL_image on Fedora 36

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

sudo dnf remove SDL_image

SDL_image Package Contents on Fedora 36

/usr/bin/showimage
/usr/lib/.build-id
/usr/lib/.build-id/68
/usr/lib/.build-id/68/54cc6f70baa04d902077df633136dee5a45c91
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/0a7eb51920ca749675ce193fa683042619860c
/usr/lib64/libSDL_image-1.2.so.0
/usr/lib64/libSDL_image-1.2.so.0.8.4
/usr/share/doc/SDL_image
/usr/share/doc/SDL_image/CHANGES
/usr/share/doc/SDL_image/README
/usr/share/licenses/SDL_image
/usr/share/licenses/SDL_image/COPYING

References

Summary

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


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

Introduction

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

What is SDL_image

Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed to provide fast access to the graphics frame buffer and audio device. This package contains a simple library for loading images of various formats (BMP, PPM, PCX, GIF, JPEG, PNG) as SDL surfaces.

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

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

sudo dnf -y install SDL_image

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

sudo yum -y install SDL_image

How To Uninstall SDL_image on Fedora 36

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

sudo dnf remove SDL_image

SDL_image Package Contents on Fedora 36

/usr/bin/showimage
/usr/lib/.build-id
/usr/lib/.build-id/43
/usr/lib/.build-id/43/78c4ff821cfa9d2a01792db13c54154316d2c8
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/bc9efc7a544b34715f08e2e0eee6e1f0032c37
/usr/lib/libSDL_image-1.2.so.0
/usr/lib/libSDL_image-1.2.so.0.8.4
/usr/share/doc/SDL_image
/usr/share/doc/SDL_image/CHANGES
/usr/share/doc/SDL_image/README
/usr/share/licenses/SDL_image
/usr/share/licenses/SDL_image/COPYING

References

Summary

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