How to Install and Uninstall perl-Function-Parameters.x86_64 Package on Oracle Linux 9

Last updated: May 17,2024

1. Install "perl-Function-Parameters.x86_64" package

This guide covers the steps necessary to install perl-Function-Parameters.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-Function-Parameters.x86_64

2. Uninstall "perl-Function-Parameters.x86_64" package

In this section, we are going to explain the necessary steps to uninstall perl-Function-Parameters.x86_64 on Oracle Linux 9:

$ sudo dnf remove perl-Function-Parameters.x86_64 $ sudo dnf autoremove

3. Information about the perl-Function-Parameters.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:17:50 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Function-Parameters
Version : 2.1.3
Release : 2.el9
Architecture : x86_64
Size : 62 k
Source : perl-Function-Parameters-2.1.3-2.el9.src.rpm
Repository : epel
Summary : Subroutine definitions with parameter lists
URL : https://metacpan.org/release/Function-Parameters
License : GPL+ or Artistic
Description : This module extends Perl with keywords that let you define functions with
: parameter lists. It uses Perl's keyword plugin API, so it works reliably
: and doesn't require a source filter.