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

Last updated: June 02,2024

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

Please follow the guidance below to install perl-Params-Check.noarch on Rocky Linux 8

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

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

This guide covers the steps necessary to uninstall perl-Params-Check.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 1:43:07 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Params-Check
Epoch : 1
Version : 0.38
Release : 395.el8
Architecture : noarch
Size : 22 k
Source : perl-Params-Check-0.38-395.el8.src.rpm
Repository : 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.