How To Install perl-Test-Routine on Fedora 36
Introduction
In this tutorial we learn how to install perl-Test-Routine
on Fedora 36.
What is perl-Test-Routine
Test composable units of assertion. In other words
We can use yum
or dnf
to install perl-Test-Routine
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Test-Routine.
Install perl-Test-Routine 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-Test-Routine
using dnf
by running the following command:
sudo dnf -y install perl-Test-Routine
Install perl-Test-Routine 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-Test-Routine
using yum
by running the following command:
sudo yum -y install perl-Test-Routine
How To Uninstall perl-Test-Routine on Fedora 36
To uninstall only the perl-Test-Routine
package we can use the following command:
sudo dnf remove perl-Test-Routine
perl-Test-Routine Package Contents on Fedora 36
/usr/share/doc/perl-Test-Routine
/usr/share/doc/perl-Test-Routine/Changes
/usr/share/doc/perl-Test-Routine/README
/usr/share/licenses/perl-Test-Routine
/usr/share/licenses/perl-Test-Routine/LICENSE
/usr/share/man/man3/Test::Routine.3pm.gz
/usr/share/man/man3/Test::Routine::Common.3pm.gz
/usr/share/man/man3/Test::Routine::Compositor.3pm.gz
/usr/share/man/man3/Test::Routine::Manual::Demo.3pm.gz
/usr/share/man/man3/Test::Routine::Runner.3pm.gz
/usr/share/man/man3/Test::Routine::Test.3pm.gz
/usr/share/man/man3/Test::Routine::Test::Role.3pm.gz
/usr/share/man/man3/Test::Routine::Util.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Routine
/usr/share/perl5/vendor_perl/Test/Routine.pm
/usr/share/perl5/vendor_perl/Test/Routine/Common.pm
/usr/share/perl5/vendor_perl/Test/Routine/Compositor.pm
/usr/share/perl5/vendor_perl/Test/Routine/Manual
/usr/share/perl5/vendor_perl/Test/Routine/Manual/Demo.pm
/usr/share/perl5/vendor_perl/Test/Routine/Runner.pm
/usr/share/perl5/vendor_perl/Test/Routine/Test
/usr/share/perl5/vendor_perl/Test/Routine/Test.pm
/usr/share/perl5/vendor_perl/Test/Routine/Test/Role.pm
/usr/share/perl5/vendor_perl/Test/Routine/Util.pm
References
Summary
In this tutorial we learn how to install perl-Test-Routine
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).