How to Install and Uninstall perl-Test-HasVersion.noarch Package on Oracle Linux 9

Last updated: July 05,2024

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

This guide let you learn how to install perl-Test-HasVersion.noarch on Oracle Linux 9

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

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

Please follow the instructions below to uninstall perl-Test-HasVersion.noarch on Oracle Linux 9:

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

3. Information about the perl-Test-HasVersion.noarch package on Oracle Linux 9

Last metadata expiration check: 2:25:24 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Test-HasVersion
Version : 0.014
Release : 13.el9
Architecture : noarch
Size : 22 k
Source : perl-Test-HasVersion-0.014-13.el9.src.rpm
Repository : epel
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.