How To Install SDL_mng on Fedora 36
Introduction
In this tutorial we learn how to install SDL_mng
on Fedora 36.
What is SDL_mng
This is a simple library to load mng animations as SDL surfaces.
We can use yum
or dnf
to install SDL_mng
on Fedora 36. 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 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
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 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
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 36
To uninstall only the SDL_mng
package we can use the following command:
sudo dnf remove SDL_mng
SDL_mng Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/24
/usr/lib/.build-id/24/fa8ede680efc6430d9756d06c938352b033ad1
/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
References
Summary
In this tutorial we learn how to install SDL_mng
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install SDL_mng on Fedora 36” linkTitle: “SDL_mng” type: “docs” description: “In this tutorial we learn how to install SDL_mng in Fedora 36. SDL_mng is Simple DirectMedia Layer - MNG Loading Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/SDL_mng-featured.png
Introduction
In this tutorial we learn how to install SDL_mng
on Fedora 36.
What is SDL_mng
This is a simple library to load mng animations as SDL surfaces.
We can use yum
or dnf
to install SDL_mng
on Fedora 36. 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 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
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 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
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 36
To uninstall only the SDL_mng
package we can use the following command:
sudo dnf remove SDL_mng
SDL_mng Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/1c8ab9c1d418d57b6f545141b405af37df18ee
/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 36 using yum and [dnf]((/fedora/36/dnf/).