How to Install and Uninstall perl-Function-Parameters.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

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

This guide let you learn how to install perl-Function-Parameters.x86_64 on Rocky Linux 8

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

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

Please follow the instructions below to uninstall perl-Function-Parameters.x86_64 on Rocky Linux 8:

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

3. Information about the perl-Function-Parameters.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:09:45 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Function-Parameters
Version : 2.1.3
Release : 7.el8
Architecture : x86_64
Size : 63 k
Source : perl-Function-Parameters-2.1.3-7.el8.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.