How To Install perl-PPIx-QuoteLike on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-PPIx-QuoteLike on Rocky Linux 8.
What is perl-PPIx-QuoteLike
This Perl class parses Perl string literals and things that are reasonably like string literals. Its real reason for being is to find interpolated variables for Perl
We can use yum or dnf to install perl-PPIx-QuoteLike on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-PPIx-QuoteLike.
Install perl-PPIx-QuoteLike on Rocky Linux 8 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-PPIx-QuoteLike using dnf by running the following command:
sudo dnf -y install perl-PPIx-QuoteLike
Install perl-PPIx-QuoteLike on Rocky Linux 8 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-PPIx-QuoteLike using yum by running the following command:
sudo yum -y install perl-PPIx-QuoteLike
How To Uninstall perl-PPIx-QuoteLike on Rocky Linux 8
To uninstall only the perl-PPIx-QuoteLike package we can use the following command:
sudo dnf remove perl-PPIx-QuoteLike
perl-PPIx-QuoteLike Package Contents on Rocky Linux 8
/usr/share/doc/perl-PPIx-QuoteLike
/usr/share/doc/perl-PPIx-QuoteLike/Changes
/usr/share/doc/perl-PPIx-QuoteLike/README
/usr/share/doc/perl-PPIx-QuoteLike/eg
/usr/share/doc/perl-PPIx-QuoteLike/eg/README
/usr/share/doc/perl-PPIx-QuoteLike/eg/pqldump
/usr/share/doc/perl-PPIx-QuoteLike/eg/variables
/usr/share/licenses/perl-PPIx-QuoteLike
/usr/share/licenses/perl-PPIx-QuoteLike/Artistic
/usr/share/licenses/perl-PPIx-QuoteLike/Copying
/usr/share/man/man3/PPIx::QuoteLike.3pm.gz
/usr/share/man/man3/PPIx::QuoteLike::Constant.3pm.gz
/usr/share/man/man3/PPIx::QuoteLike::Dumper.3pm.gz
/usr/share/man/man3/PPIx::QuoteLike::Token.3pm.gz
/usr/share/man/man3/PPIx::QuoteLike::Token::Control.3pm.gz
/usr/share/man/man3/PPIx::QuoteLike::Token::Delimiter.3pm.gz
/usr/share/man/man3/PPIx::QuoteLike::Token::Interpolation.3pm.gz
/usr/share/man/man3/PPIx::QuoteLike::Token::String.3pm.gz
/usr/share/man/man3/PPIx::QuoteLike::Token::Structure.3pm.gz
/usr/share/man/man3/PPIx::QuoteLike::Token::Unknown.3pm.gz
/usr/share/man/man3/PPIx::QuoteLike::Token::Whitespace.3pm.gz
/usr/share/man/man3/PPIx::QuoteLike::Utils.3pm.gz
/usr/share/perl5/vendor_perl/PPIx
/usr/share/perl5/vendor_perl/PPIx/QuoteLike
/usr/share/perl5/vendor_perl/PPIx/QuoteLike.pm
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Constant.pm
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Dumper.pm
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Token
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Token.pm
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Token/Control.pm
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Token/Delimiter.pm
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Token/Interpolation.pm
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Token/String.pm
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Token/Structure.pm
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Token/Unknown.pm
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Token/Whitespace.pm
/usr/share/perl5/vendor_perl/PPIx/QuoteLike/Utils.pm
References
Summary
In this tutorial we learn how to install perl-PPIx-QuoteLike on Rocky Linux 8 using yum and dnf.