How To Install perl-XML-Parser-Lite on Fedora 36
Introduction
In this tutorial we learn how to install perl-XML-Parser-Lite on Fedora 36.
What is perl-XML-Parser-Lite
This Perl module implements an XML parser with an interface similar to XML use it in the same way you use XML
We can use yum or dnf to install perl-XML-Parser-Lite on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-XML-Parser-Lite.
Install perl-XML-Parser-Lite 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-XML-Parser-Lite using dnf by running the following command:
sudo dnf -y install perl-XML-Parser-Lite
Install perl-XML-Parser-Lite 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-XML-Parser-Lite using yum by running the following command:
sudo yum -y install perl-XML-Parser-Lite
How To Uninstall perl-XML-Parser-Lite on Fedora 36
To uninstall only the perl-XML-Parser-Lite package we can use the following command:
sudo dnf remove perl-XML-Parser-Lite
perl-XML-Parser-Lite Package Contents on Fedora 36
/usr/share/doc/perl-XML-Parser-Lite
/usr/share/doc/perl-XML-Parser-Lite/Changes
/usr/share/doc/perl-XML-Parser-Lite/README
/usr/share/man/man3/XML::Parser::Lite.3pm.gz
/usr/share/perl5/vendor_perl/XML
/usr/share/perl5/vendor_perl/XML/Parser
/usr/share/perl5/vendor_perl/XML/Parser/Lite.pm
References
Summary
In this tutorial we learn how to install perl-XML-Parser-Lite on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).