How to Install and Uninstall perl-Params-Check.noarch Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "perl-Params-Check.noarch" package

This is a short guide on how to install perl-Params-Check.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl-Params-Check.noarch

2. Uninstall "perl-Params-Check.noarch" package

Please follow the steps below to uninstall perl-Params-Check.noarch on Oracle Linux 8:

$ sudo dnf remove perl-Params-Check.noarch $ sudo dnf autoremove

3. Information about the perl-Params-Check.noarch package on Oracle Linux 8

Last metadata expiration check: 7:00:08 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Params-Check
Epoch : 1
Version : 0.38
Release : 395.el8
Architecture : noarch
Size : 24 k
Source : perl-Params-Check-0.38-395.el8.src.rpm
Repository : ol8_appstream
Summary : Generic input parsing/checking mechanism
URL : http://search.cpan.org/dist/Params-Check/
License : GPL+ or Artistic
Description : This is a generic input parsing/checking mechanism. It allows you to
: validate input via a template. The only requirement is that the arguments
: must be named.