How To Install perl-Alien-SDL on Fedora 36
Introduction
In this tutorial we learn how to install perl-Alien-SDL
on Fedora 36.
What is perl-Alien-SDL
In short Alien an installed SDL and related libraries.
We can use yum
or dnf
to install perl-Alien-SDL
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Alien-SDL.
Install perl-Alien-SDL 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 perl-Alien-SDL
using dnf
by running the following command:
sudo dnf -y install perl-Alien-SDL
Install perl-Alien-SDL 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 perl-Alien-SDL
using yum
by running the following command:
sudo yum -y install perl-Alien-SDL
How To Uninstall perl-Alien-SDL on Fedora 36
To uninstall only the perl-Alien-SDL
package we can use the following command:
sudo dnf remove perl-Alien-SDL
perl-Alien-SDL Package Contents on Fedora 36
/usr/bin/sdl-config.pl
/usr/lib64/perl5/vendor_perl/Alien
/usr/lib64/perl5/vendor_perl/Alien/SDL
/usr/lib64/perl5/vendor_perl/Alien/SDL/ConfigData.pm
/usr/share/doc/perl-Alien-SDL
/usr/share/doc/perl-Alien-SDL/Changes
/usr/share/doc/perl-Alien-SDL/README
/usr/share/doc/perl-Alien-SDL/TODO
/usr/share/licenses/perl-Alien-SDL
/usr/share/licenses/perl-Alien-SDL/LICENSE
/usr/share/man/man3/Alien::SDL.3pm.gz
/usr/share/man/man3/Alien::SDL::ConfigData.3pm.gz
/usr/share/perl5/vendor_perl/Alien
/usr/share/perl5/vendor_perl/Alien/SDL.pm
References
Summary
In this tutorial we learn how to install perl-Alien-SDL
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).