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

Last updated: October 06,2024

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

This guide covers the steps necessary to install perl-Params-Classify.x86_64 on Fedora 34

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

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

This is a short guide on how to uninstall perl-Params-Classify.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:38:55 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Params-Classify
Version : 0.015
Release : 12.fc34
Architecture : x86_64
Size : 32 k
Source : perl-Params-Classify-0.015-12.fc34.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++).