How to Install and Uninstall perl-Params-Coerce Package on openSUSE Leap

Last updated: July 03,2024

1. Install "perl-Params-Coerce" package

Please follow the guidance below to install perl-Params-Coerce on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Params-Coerce

2. Uninstall "perl-Params-Coerce" package

Here is a brief guide to show you how to uninstall perl-Params-Coerce on openSUSE Leap:

$ sudo zypper remove perl-Params-Coerce

3. Information about the perl-Params-Coerce package on openSUSE Leap

Information for package perl-Params-Coerce:
-------------------------------------------
Repository : Main Repository
Name : perl-Params-Coerce
Version : 0.15-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 46.6 KiB
Installed : No
Status : not installed
Source package : perl-Params-Coerce-0.15-bp155.2.9.src
Upstream URL : https://metacpan.org/release/Params-Coerce
Summary : Allows your classes to do coercion of parameters
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.