How To Install perl-ExtUtils-TBone on Fedora 36

In this tutorial we learn how to install perl-ExtUtils-TBone in Fedora 36. perl-ExtUtils-TBone is Skeleton for writing t/*.t Perl test files

Introduction

In this tutorial we learn how to install perl-ExtUtils-TBone on Fedora 36.

What is perl-ExtUtils-TBone

This module is intended for folks who release CPAN modules with t/*.t tests. It makes it easy for you to output syntactically correct test-output while at the same time logging all test activity to a log file. Hopefully, bug reports which include the contents of this file will be easier for you to investigate.

We can use yum or dnf to install perl-ExtUtils-TBone on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-ExtUtils-TBone.

Install perl-ExtUtils-TBone 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-ExtUtils-TBone using dnf by running the following command:

sudo dnf -y install perl-ExtUtils-TBone

Install perl-ExtUtils-TBone 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-ExtUtils-TBone using yum by running the following command:

sudo yum -y install perl-ExtUtils-TBone

How To Uninstall perl-ExtUtils-TBone on Fedora 36

To uninstall only the perl-ExtUtils-TBone package we can use the following command:

sudo dnf remove perl-ExtUtils-TBone

perl-ExtUtils-TBone Package Contents on Fedora 36

/usr/share/doc/perl-ExtUtils-TBone
/usr/share/doc/perl-ExtUtils-TBone/README
/usr/share/doc/perl-ExtUtils-TBone/docs
/usr/share/doc/perl-ExtUtils-TBone/docs/ExtUtils
/usr/share/doc/perl-ExtUtils-TBone/docs/ExtUtils/TBone.pm.html
/usr/share/doc/perl-ExtUtils-TBone/docs/ExtUtils/icons
/usr/share/doc/perl-ExtUtils-TBone/docs/ExtUtils/icons/h1bullet.gif
/usr/share/doc/perl-ExtUtils-TBone/docs/ExtUtils/icons/h2bullet.gif
/usr/share/doc/perl-ExtUtils-TBone/docs/ExtUtils/icons/itembullet.gif
/usr/share/doc/perl-ExtUtils-TBone/docs/ExtUtils/icons/zeegee.gif
/usr/share/doc/perl-ExtUtils-TBone/docs/index-menu.html
/usr/share/doc/perl-ExtUtils-TBone/docs/index.html
/usr/share/doc/perl-ExtUtils-TBone/docs/index.menu
/usr/share/licenses/perl-ExtUtils-TBone
/usr/share/licenses/perl-ExtUtils-TBone/COPYING
/usr/share/man/man3/ExtUtils::TBone.3pm.gz
/usr/share/perl5/vendor_perl/ExtUtils
/usr/share/perl5/vendor_perl/ExtUtils/TBone.pm

References

Summary

In this tutorial we learn how to install perl-ExtUtils-TBone on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).