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

Last updated: May 17,2024

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

This tutorial shows how to install perl-Test-HasVersion.noarch on Oracle Linux 8

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

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

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

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

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

Last metadata expiration check: 4:01:48 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Test-HasVersion
Version : 0.014
Release : 13.el8
Architecture : noarch
Size : 24 k
Source : perl-Test-HasVersion-0.014-13.el8.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.