How To Install perl-Module-Build-SDL on Fedora 36

In this tutorial we learn how to install perl-Module-Build-SDL in Fedora 36. perl-Module-Build-SDL is Module

Introduction

In this tutorial we learn how to install perl-Module-Build-SDL on Fedora 36.

What is perl-Module-Build-SDL

Module some tasks specific to SDL applications - e.g. packaging SDL application/game into PAR archive.

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

Install perl-Module-Build-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-Module-Build-SDL using dnf by running the following command:

sudo dnf -y install perl-Module-Build-SDL

Install perl-Module-Build-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-Module-Build-SDL using yum by running the following command:

sudo yum -y install perl-Module-Build-SDL

How To Uninstall perl-Module-Build-SDL on Fedora 36

To uninstall only the perl-Module-Build-SDL package we can use the following command:

sudo dnf remove perl-Module-Build-SDL

perl-Module-Build-SDL Package Contents on Fedora 36

/usr/lib64/perl5/vendor_perl/Module
/usr/lib64/perl5/vendor_perl/Module/Build
/usr/lib64/perl5/vendor_perl/Module/Build/SDL.pm
/usr/share/man/man3/Module::Build::SDL.3pm.gz

References

Summary

In this tutorial we learn how to install perl-Module-Build-SDL on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).