How To Install perl-XS-Parse-Keyword on Fedora 36

In this tutorial we learn how to install perl-XS-Parse-Keyword in Fedora 36. perl-XS-Parse-Keyword is XS functions to assist in parsing keyword syntax

Introduction

In this tutorial we learn how to install perl-XS-Parse-Keyword on Fedora 36.

What is perl-XS-Parse-Keyword

This module provides some XS functions to assist in writing syntax modules that provide new perl-visible syntax, primarily for authors of keyword plugins using the PL_keyword_plugin hook mechanism.

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

Install perl-XS-Parse-Keyword 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-XS-Parse-Keyword using dnf by running the following command:

sudo dnf -y install perl-XS-Parse-Keyword

Install perl-XS-Parse-Keyword 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-XS-Parse-Keyword using yum by running the following command:

sudo yum -y install perl-XS-Parse-Keyword

How To Uninstall perl-XS-Parse-Keyword on Fedora 36

To uninstall only the perl-XS-Parse-Keyword package we can use the following command:

sudo dnf remove perl-XS-Parse-Keyword

perl-XS-Parse-Keyword Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/d060b9ed555fd6f52418303109a14a1e8371f3
/usr/lib64/perl5/vendor_perl/XS
/usr/lib64/perl5/vendor_perl/XS/Parse
/usr/lib64/perl5/vendor_perl/XS/Parse/Infix.pm
/usr/lib64/perl5/vendor_perl/XS/Parse/Keyword.pm
/usr/lib64/perl5/vendor_perl/auto/XS
/usr/lib64/perl5/vendor_perl/auto/XS/Parse
/usr/lib64/perl5/vendor_perl/auto/XS/Parse/Keyword
/usr/lib64/perl5/vendor_perl/auto/XS/Parse/Keyword/Keyword.so
/usr/share/doc/perl-XS-Parse-Keyword
/usr/share/doc/perl-XS-Parse-Keyword/Changes
/usr/share/doc/perl-XS-Parse-Keyword/README
/usr/share/licenses/perl-XS-Parse-Keyword
/usr/share/licenses/perl-XS-Parse-Keyword/LICENSE
/usr/share/man/man3/XS::Parse::Infix.3pm.gz
/usr/share/man/man3/XS::Parse::Keyword.3pm.gz

References

Summary

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