How to Install and Uninstall perl-Test-HasVersion.noarch Package on Fedora 34

Last updated: May 17,2024

1. Install "perl-Test-HasVersion.noarch" package

Please follow the guidance below to install perl-Test-HasVersion.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Test-HasVersion.noarch

2. Uninstall "perl-Test-HasVersion.noarch" package

This is a short guide on how to uninstall perl-Test-HasVersion.noarch on Fedora 34:

$ sudo dnf remove perl-Test-HasVersion.noarch $ sudo dnf autoremove

3. Information about the perl-Test-HasVersion.noarch package on Fedora 34

Last metadata expiration check: 0:09:57 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-HasVersion
Version : 0.014
Release : 16.fc34
Architecture : noarch
Size : 22 k
Source : perl-Test-HasVersion-0.014-16.fc34.src.rpm
Repository : fedora
Summary : Check Perl modules have version numbers
URL : https://metacpan.org/release/Test-HasVersion
License : GPL+ or Artistic
Description : Do you want to check that every one of your Perl modules in a distribution has
: a version number? You want to make sure you don't forget the brand new modules
: you just added? Well, this is the module you have been looking for.
:
: Do you want to check someone else's distribution to make sure the author has
: not committed the sin of leaving Perl modules without a version that can be
: used to tell if you have this or that feature? Test::HasVersion is also for
: you.