How To Install perl-Inline-Module on Fedora 36

In this tutorial we learn how to install perl-Inline-Module in Fedora 36. perl-Inline-Module is Support for Inline-based CPAN extension modules

Introduction

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

What is perl-Inline-Module

This module provides support and documentation for creating and maintaining CPAN extension modules. i.e. writing XS modules without having to learn XS.

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

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

sudo dnf -y install perl-Inline-Module

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

sudo yum -y install perl-Inline-Module

How To Uninstall perl-Inline-Module on Fedora 36

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

sudo dnf remove perl-Inline-Module

perl-Inline-Module Package Contents on Fedora 36

/usr/share/doc/perl-Inline-Module
/usr/share/doc/perl-Inline-Module/Changes
/usr/share/doc/perl-Inline-Module/README
/usr/share/licenses/perl-Inline-Module
/usr/share/licenses/perl-Inline-Module/LICENSE
/usr/share/man/man3/Inline::Module.3pm.gz
/usr/share/man/man3/Inline::Module::Tutorial.3pm.gz
/usr/share/perl5/vendor_perl/Inline
/usr/share/perl5/vendor_perl/Inline/Module
/usr/share/perl5/vendor_perl/Inline/Module.pm
/usr/share/perl5/vendor_perl/Inline/Module.pod
/usr/share/perl5/vendor_perl/Inline/Module/Tutorial.pod
/usr/share/perl5/vendor_perl/auto
/usr/share/perl5/vendor_perl/auto/share
/usr/share/perl5/vendor_perl/auto/share/dist
/usr/share/perl5/vendor_perl/auto/share/dist/Inline-Module
/usr/share/perl5/vendor_perl/auto/share/dist/Inline-Module/CPPConfig.pm

References

Summary

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