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

Last updated: October 05,2024

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

Please follow the guidance below to install perl-ExtUtils-TBone.noarch on Fedora 34

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

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

This guide let you learn how to uninstall perl-ExtUtils-TBone.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:04:38 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-ExtUtils-TBone
Version : 1.124
Release : 18.fc34
Architecture : noarch
Size : 30 k
Source : perl-ExtUtils-TBone-1.124-18.fc34.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.