How to Install and Uninstall perl-ExtUtils-TBone.noarch Package on Fedora 36

Last updated: October 05,2024

1. Install "perl-ExtUtils-TBone.noarch" package

This tutorial shows how to install perl-ExtUtils-TBone.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-ExtUtils-TBone.noarch

2. Uninstall "perl-ExtUtils-TBone.noarch" package

Please follow the guidance below to uninstall perl-ExtUtils-TBone.noarch on Fedora 36:

$ sudo dnf remove perl-ExtUtils-TBone.noarch $ sudo dnf autoremove

3. Information about the perl-ExtUtils-TBone.noarch package on Fedora 36

Last metadata expiration check: 4:35:28 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-ExtUtils-TBone
Version : 1.124
Release : 21.fc36
Architecture : noarch
Size : 30 k
Source : perl-ExtUtils-TBone-1.124-21.fc36.src.rpm
Repository : fedora
Summary : Skeleton for writing t/*.t Perl test files
URL : https://metacpan.org/release/ExtUtils-TBone
License : GPL+ or Artistic
Description : 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.