How To Install perl-ExtUtils-Typemap on Fedora 36

In this tutorial we learn how to install perl-ExtUtils-Typemap in Fedora 36. perl-ExtUtils-Typemap is Read/Write/Modify Perl/XS typemap files

Introduction

In this tutorial we learn how to install perl-ExtUtils-Typemap on Fedora 36.

What is perl-ExtUtils-Typemap

This module exists merely as a compatibility wrapper around ExtUtils ExtUtils the typemap file on case-insensitive file systems.

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

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

sudo dnf -y install perl-ExtUtils-Typemap

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

sudo yum -y install perl-ExtUtils-Typemap

How To Uninstall perl-ExtUtils-Typemap on Fedora 36

To uninstall only the perl-ExtUtils-Typemap package we can use the following command:

sudo dnf remove perl-ExtUtils-Typemap

perl-ExtUtils-Typemap Package Contents on Fedora 36

/usr/share/doc/perl-ExtUtils-Typemap
/usr/share/doc/perl-ExtUtils-Typemap/Changes
/usr/share/doc/perl-ExtUtils-Typemap/README
/usr/share/man/man3/ExtUtils::Typemap.3pm.gz
/usr/share/man/man3/ExtUtils::Typemap::InputMap.3pm.gz
/usr/share/man/man3/ExtUtils::Typemap::OutputMap.3pm.gz
/usr/share/man/man3/ExtUtils::Typemap::Type.3pm.gz
/usr/share/perl5/vendor_perl/ExtUtils/Typemap
/usr/share/perl5/vendor_perl/ExtUtils/Typemap.pm
/usr/share/perl5/vendor_perl/ExtUtils/Typemap/InputMap.pm
/usr/share/perl5/vendor_perl/ExtUtils/Typemap/OutputMap.pm
/usr/share/perl5/vendor_perl/ExtUtils/Typemap/Type.pm

References

Summary

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