How to Install and Uninstall perl-Params-Coerce Package on openSuSE Tumbleweed

Last updated: November 14,2024

1. Install "perl-Params-Coerce" package

Here is a brief guide to show you how to install perl-Params-Coerce on openSuSE Tumbleweed

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

2. Uninstall "perl-Params-Coerce" package

Please follow the steps below to uninstall perl-Params-Coerce on openSuSE Tumbleweed:

$ sudo zypper remove perl-Params-Coerce

3. Information about the perl-Params-Coerce package on openSuSE Tumbleweed

Information for package perl-Params-Coerce:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Params-Coerce
Version : 0.15-1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 46.4 KiB
Installed : No
Status : not installed
Source package : perl-Params-Coerce-0.15-1.15.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.