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

Last updated: November 28,2024

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

This guide let you learn how to install perl-Test-HasVersion.noarch on Fedora 38

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

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

Please follow the guidelines below to uninstall perl-Test-HasVersion.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:28:12 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Test-HasVersion
Version : 0.014
Release : 22.fc38
Architecture : noarch
Size : 22 k
Source : perl-Test-HasVersion-0.014-22.fc38.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.