How To Install perl-XML-Simple-tests on Fedora 36
Introduction
In this tutorial we learn how to install perl-XML-Simple-tests
on Fedora 36.
What is perl-XML-Simple-tests
Tests from perl-XML-Simple. Execute them with “/usr/libexec/perl-XML-Simple/test”.
We can use yum
or dnf
to install perl-XML-Simple-tests
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-XML-Simple-tests.
Install perl-XML-Simple-tests 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-Simple-tests
using dnf
by running the following command:
sudo dnf -y install perl-XML-Simple-tests
Install perl-XML-Simple-tests 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-Simple-tests
using yum
by running the following command:
sudo yum -y install perl-XML-Simple-tests
How To Uninstall perl-XML-Simple-tests on Fedora 36
To uninstall only the perl-XML-Simple-tests
package we can use the following command:
sudo dnf remove perl-XML-Simple-tests
perl-XML-Simple-tests Package Contents on Fedora 36
/usr/libexec/perl-XML-Simple
/usr/libexec/perl-XML-Simple/t
/usr/libexec/perl-XML-Simple/t/0_Config.t
/usr/libexec/perl-XML-Simple/t/1_XMLin.t
/usr/libexec/perl-XML-Simple/t/1_XMLin.xml
/usr/libexec/perl-XML-Simple/t/2_XMLout.t
/usr/libexec/perl-XML-Simple/t/3_Storable.t
/usr/libexec/perl-XML-Simple/t/4_MemShare.t
/usr/libexec/perl-XML-Simple/t/5_MemCopy.t
/usr/libexec/perl-XML-Simple/t/6_ObjIntf.t
/usr/libexec/perl-XML-Simple/t/7_SaxStuff.t
/usr/libexec/perl-XML-Simple/t/8_Namespaces.t
/usr/libexec/perl-XML-Simple/t/9_Strict.t
/usr/libexec/perl-XML-Simple/t/A_XMLParser.t
/usr/libexec/perl-XML-Simple/t/B_Hooks.t
/usr/libexec/perl-XML-Simple/t/C_External_Entities.t
/usr/libexec/perl-XML-Simple/t/desertnet.src
/usr/libexec/perl-XML-Simple/t/lib
/usr/libexec/perl-XML-Simple/t/lib/TagsToUpper.pm
/usr/libexec/perl-XML-Simple/t/srt.xml
/usr/libexec/perl-XML-Simple/t/subdir
/usr/libexec/perl-XML-Simple/t/subdir/test2.xml
/usr/libexec/perl-XML-Simple/t/test1.xml
/usr/libexec/perl-XML-Simple/test
References
Summary
In this tutorial we learn how to install perl-XML-Simple-tests
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).