How to Install and Uninstall perl-Params-Coerce.noarch Package on CentOS Stream 8

Last updated: November 02,2024

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

In this section, we are going to explain the necessary steps to install perl-Params-Coerce.noarch on CentOS Stream 8

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

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

Please follow the steps below to uninstall perl-Params-Coerce.noarch on CentOS Stream 8:

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

3. Information about the perl-Params-Coerce.noarch package on CentOS Stream 8

Last metadata expiration check: 6:39:13 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Params-Coerce
Version : 0.14
Release : 30.el8
Architecture : noarch
Size : 29 k
Source : perl-Params-Coerce-0.14-30.el8.src.rpm
Repository : epel
Summary : Allows your classes to do coercion of parameters
URL : https://metacpan.org/release/Params-Coerce
License : GPL+ or Artistic
Description : A big part of good API design is that we should be able to be flexible in
: the ways that we take parameters. Params::Coerce attempts to encourage this,
: by making it easier to take a variety of different arguments, while adding
: negligible additional complexity to your code.