How To Install perl-Inline-C on Fedora 36

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

Introduction

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

What is perl-Inline-C

Inline version 0.30 the Inline module supports multiple programming languages and each language has its own support module.

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

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

sudo dnf -y install perl-Inline-C

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

sudo yum -y install perl-Inline-C

How To Uninstall perl-Inline-C on Fedora 36

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

sudo dnf remove perl-Inline-C

perl-Inline-C Package Contents on Fedora 36

/usr/share/doc/perl-Inline-C
/usr/share/doc/perl-Inline-C/Changes
/usr/share/doc/perl-Inline-C/README
/usr/share/licenses/perl-Inline-C
/usr/share/licenses/perl-Inline-C/LICENSE
/usr/share/man/man3/Inline::C.3pm.gz
/usr/share/man/man3/Inline::C::Cookbook.3pm.gz
/usr/share/man/man3/Inline::C::ParsePegex.3pm.gz
/usr/share/man/man3/Inline::C::ParseRecDescent.3pm.gz
/usr/share/man/man3/Inline::C::ParseRegExp.3pm.gz
/usr/share/perl5/vendor_perl/Inline/C
/usr/share/perl5/vendor_perl/Inline/C.pm
/usr/share/perl5/vendor_perl/Inline/C.pod
/usr/share/perl5/vendor_perl/Inline/C/Cookbook.pod
/usr/share/perl5/vendor_perl/Inline/C/ParsePegex.pod
/usr/share/perl5/vendor_perl/Inline/C/ParseRecDescent.pod
/usr/share/perl5/vendor_perl/Inline/C/ParseRegExp.pod
/usr/share/perl5/vendor_perl/Inline/C/Parser
/usr/share/perl5/vendor_perl/Inline/C/Parser.pm
/usr/share/perl5/vendor_perl/Inline/C/Parser/Pegex
/usr/share/perl5/vendor_perl/Inline/C/Parser/Pegex.pm
/usr/share/perl5/vendor_perl/Inline/C/Parser/Pegex/AST.pm
/usr/share/perl5/vendor_perl/Inline/C/Parser/Pegex/Grammar.pm
/usr/share/perl5/vendor_perl/Inline/C/Parser/RecDescent.pm
/usr/share/perl5/vendor_perl/Inline/C/Parser/RegExp.pm
/usr/share/perl5/vendor_perl/auto/share
/usr/share/perl5/vendor_perl/auto/share/dist
/usr/share/perl5/vendor_perl/auto/share/dist/Inline-C
/usr/share/perl5/vendor_perl/auto/share/dist/Inline-C/inline-c.pgx

References

Summary

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