How To Install perl-Inline-Struct on Fedora 36

In this tutorial we learn how to install perl-Inline-Struct in Fedora 36. perl-Inline-Struct is Manipulate C structures directly from Perl

Introduction

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

What is perl-Inline-Struct

Inline be used by Inline XS code which bind each struct into a Perl class. This code is passed to Inline

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

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

sudo dnf -y install perl-Inline-Struct

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

sudo yum -y install perl-Inline-Struct

How To Uninstall perl-Inline-Struct on Fedora 36

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

sudo dnf remove perl-Inline-Struct

perl-Inline-Struct Package Contents on Fedora 36

/usr/share/doc/perl-Inline-Struct
/usr/share/doc/perl-Inline-Struct/Changes
/usr/share/doc/perl-Inline-Struct/README
/usr/share/doc/perl-Inline-Struct/TODO
/usr/share/doc/perl-Inline-Struct/benchmark
/usr/share/man/man3/Inline::Struct.3pm.gz
/usr/share/perl5/vendor_perl/Inline
/usr/share/perl5/vendor_perl/Inline/Struct
/usr/share/perl5/vendor_perl/Inline/Struct.pm
/usr/share/perl5/vendor_perl/Inline/Struct.pod
/usr/share/perl5/vendor_perl/Inline/Struct/grammar.pm

References

Summary

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