How to Install and Uninstall perl-Params-Classify.x86_64 Package on Fedora 36

Last updated: February 25,2025

1. Install "perl-Params-Classify.x86_64" package

This tutorial shows how to install perl-Params-Classify.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Params-Classify.x86_64

2. Uninstall "perl-Params-Classify.x86_64" package

Please follow the steps below to uninstall perl-Params-Classify.x86_64 on Fedora 36:

$ sudo dnf remove perl-Params-Classify.x86_64 $ sudo dnf autoremove

3. Information about the perl-Params-Classify.x86_64 package on Fedora 36

Last metadata expiration check: 1:42:39 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Params-Classify
Version : 0.015
Release : 15.fc36
Architecture : x86_64
Size : 32 k
Source : perl-Params-Classify-0.015-15.fc36.src.rpm
Repository : fedora
Summary : Argument type classification
URL : https://metacpan.org/release/Params-Classify
License : GPL+ or Artistic
Description : This module provides various type-testing functions. These are intended
: for functions that, unlike most Perl code, care what type of data they
: are operating on. For example, some functions wish to behave
: differently depending on the type of their arguments (like overloaded
: functions in C++).