How To Install perl-Inline-CPP on Fedora 36

In this tutorial we learn how to install perl-Inline-CPP in Fedora 36. perl-Inline-CPP is Write Perl subroutines and classes in C++

Introduction

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

What is perl-Inline-CPP

The Inline in a Perl script or module. You code classes or functions in C++, and you can use them as if they were written in Perl.

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

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

sudo dnf -y install perl-Inline-CPP

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

sudo yum -y install perl-Inline-CPP

How To Uninstall perl-Inline-CPP on Fedora 36

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

sudo dnf remove perl-Inline-CPP

perl-Inline-CPP Package Contents on Fedora 36

/usr/lib64/perl5/vendor_perl/Inline
/usr/lib64/perl5/vendor_perl/Inline/CPP
/usr/lib64/perl5/vendor_perl/Inline/CPP.pm
/usr/lib64/perl5/vendor_perl/Inline/CPP.pod
/usr/lib64/perl5/vendor_perl/Inline/CPP/Config.pm
/usr/lib64/perl5/vendor_perl/Inline/CPP/Parser
/usr/lib64/perl5/vendor_perl/Inline/CPP/Parser/RecDescent.pm
/usr/share/doc/perl-Inline-CPP
/usr/share/doc/perl-Inline-CPP/Changes
/usr/share/doc/perl-Inline-CPP/README
/usr/share/licenses/perl-Inline-CPP
/usr/share/licenses/perl-Inline-CPP/LICENSE
/usr/share/man/man3/Inline::CPP.3pm.gz
/usr/share/man/man3/Inline::CPP::Config.3pm.gz
/usr/share/man/man3/Inline::CPP::Parser::RecDescent.3pm.gz

References

Summary

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