How To Install perl-RT-Test on Fedora 36
Introduction
In this tutorial we learn how to install perl-RT-Test
on Fedora 36.
What is perl-RT-Test
rt’s test utility module
We can use yum
or dnf
to install perl-RT-Test
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-RT-Test.
Install perl-RT-Test 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-RT-Test
using dnf
by running the following command:
sudo dnf -y install perl-RT-Test
Install perl-RT-Test 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-RT-Test
using yum
by running the following command:
sudo yum -y install perl-RT-Test
How To Uninstall perl-RT-Test on Fedora 36
To uninstall only the perl-RT-Test
package we can use the following command:
sudo dnf remove perl-RT-Test
perl-RT-Test Package Contents on Fedora 36
/usr/share/licenses/perl-RT-Test
/usr/share/licenses/perl-RT-Test/COPYING
/usr/share/perl5/vendor_perl/RT
/usr/share/perl5/vendor_perl/RT/Test
/usr/share/perl5/vendor_perl/RT/Test.pm
/usr/share/perl5/vendor_perl/RT/Test/Apache.pm
/usr/share/perl5/vendor_perl/RT/Test/Assets.pm
/usr/share/perl5/vendor_perl/RT/Test/Crypt.pm
/usr/share/perl5/vendor_perl/RT/Test/Email.pm
/usr/share/perl5/vendor_perl/RT/Test/ExternalStorage.pm
/usr/share/perl5/vendor_perl/RT/Test/GnuPG.pm
/usr/share/perl5/vendor_perl/RT/Test/REST2.pm
/usr/share/perl5/vendor_perl/RT/Test/SMIME.pm
/usr/share/perl5/vendor_perl/RT/Test/Shredder.pm
/usr/share/perl5/vendor_perl/RT/Test/Web.pm
References
Summary
In this tutorial we learn how to install perl-RT-Test
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).