How To Install SDL_mng on Fedora 34

SDL_mng is Simple DirectMedia Layer - MNG Loading Library Simple DirectMedia Layer - MNG Loading Library

Introduction

In this tutorial we learn how to install SDL_mng on Fedora 34.

What is SDL_mng

This is a simple library to load mng animations as SDL surfaces. SDL_mng 0.2.8 2.fc34 x86_64 25 k SDL_mng-0.2.8-2.fc34.src.rpm fedora Simple DirectMedia Layer - MNG Loading Library https LGPLv2+ This is a simple library to load mng animations as SDL surfaces.

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

Install SDL_mng on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install SDL_mng using dnf by running the following command:

sudo dnf -y install SDL_mng

Install SDL_mng on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install SDL_mng using yum by running the following command:

sudo yum -y install SDL_mng

How To Uninstall SDL_mng on Fedora 34

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

sudo dnf remove SDL_mng

SDL_mng Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/ae1cf080d964916e35a5c384dde752417f7c1c
/usr/lib64/libSDL_mng.so.0
/usr/lib64/libSDL_mng.so.0.2.8
/usr/share/doc/SDL_mng
/usr/share/doc/SDL_mng/ChangeLog
/usr/share/doc/SDL_mng/README
/usr/share/licenses/SDL_mng
/usr/share/licenses/SDL_mng/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/be70494f60279292c353ed45239e81eb281236
/usr/lib/libSDL_mng.so.0
/usr/lib/libSDL_mng.so.0.2.8
/usr/share/doc/SDL_mng
/usr/share/doc/SDL_mng/ChangeLog
/usr/share/doc/SDL_mng/README
/usr/share/licenses/SDL_mng
/usr/share/licenses/SDL_mng/LICENSE

References

Summary

In this tutorial we learn how to install SDL_mng on Fedora 34 using yum and dnf.