How To Install perl-XS-Parse-Sublike on Fedora 36
Introduction
In this tutorial we learn how to install perl-XS-Parse-Sublike
on Fedora 36.
What is perl-XS-Parse-Sublike
This module provides some XS functions to assist in writing parsers for sub-like 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-Sublike
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-XS-Parse-Sublike.
Install perl-XS-Parse-Sublike 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-Sublike
using dnf
by running the following command:
sudo dnf -y install perl-XS-Parse-Sublike
Install perl-XS-Parse-Sublike 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-Sublike
using yum
by running the following command:
sudo yum -y install perl-XS-Parse-Sublike
How To Uninstall perl-XS-Parse-Sublike on Fedora 36
To uninstall only the perl-XS-Parse-Sublike
package we can use the following command:
sudo dnf remove perl-XS-Parse-Sublike
perl-XS-Parse-Sublike Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/72
/usr/lib/.build-id/72/de843872b9d58229cf5ee83ab61aec1059a4c9
/usr/lib64/perl5/vendor_perl/XS
/usr/lib64/perl5/vendor_perl/XS/Parse
/usr/lib64/perl5/vendor_perl/XS/Parse/Sublike.pm
/usr/lib64/perl5/vendor_perl/auto/XS
/usr/lib64/perl5/vendor_perl/auto/XS/Parse
/usr/lib64/perl5/vendor_perl/auto/XS/Parse/Sublike
/usr/lib64/perl5/vendor_perl/auto/XS/Parse/Sublike/Sublike.so
/usr/share/doc/perl-XS-Parse-Sublike
/usr/share/doc/perl-XS-Parse-Sublike/Changes
/usr/share/doc/perl-XS-Parse-Sublike/README
/usr/share/licenses/perl-XS-Parse-Sublike
/usr/share/licenses/perl-XS-Parse-Sublike/LICENSE
/usr/share/man/man3/XS::Parse::Sublike.3pm.gz
References
Summary
In this tutorial we learn how to install perl-XS-Parse-Sublike
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).