How To Install perl-Tapper on Fedora 36
Introduction
In this tutorial we learn how to install perl-Tapper on Fedora 36.
What is perl-Tapper
Tapper is a modular, flexible and open test infrastructure. Its only primary assumption is the ubiquitous use of the Test Anything Protocol (TAP). Internally it is based on technology known from the CPAN testing infrastructure, extending it with automation and advanced querying.
We can use yum or dnf to install perl-Tapper on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Tapper.
Install perl-Tapper 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-Tapper using dnf by running the following command:
sudo dnf -y install perl-Tapper
Install perl-Tapper 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-Tapper using yum by running the following command:
sudo yum -y install perl-Tapper
How To Uninstall perl-Tapper on Fedora 36
To uninstall only the perl-Tapper package we can use the following command:
sudo dnf remove perl-Tapper
perl-Tapper Package Contents on Fedora 36
/usr/share/doc/perl-Tapper
/usr/share/doc/perl-Tapper/Changes
/usr/share/doc/perl-Tapper/Changes-3.0.md
/usr/share/doc/perl-Tapper/Changes-4.0.md
/usr/share/doc/perl-Tapper/Changes-4.1.md
/usr/share/doc/perl-Tapper/README
/usr/share/doc/perl-Tapper/Starterpage.md
/usr/share/licenses/perl-Tapper
/usr/share/licenses/perl-Tapper/LICENSE
/usr/share/man/man3/Tapper.3pm.gz
/usr/share/perl5/vendor_perl/Tapper.pm
References
Summary
In this tutorial we learn how to install perl-Tapper on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).