How to Install and Uninstall perl-subs.noarch Package on Rocky Linux 9

Last updated: January 12,2025

1. Install "perl-subs.noarch" package

Please follow the instructions below to install perl-subs.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-subs.noarch

2. Uninstall "perl-subs.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-subs.noarch on Rocky Linux 9:

$ sudo dnf remove perl-subs.noarch $ sudo dnf autoremove

3. Information about the perl-subs.noarch package on Rocky Linux 9

Last metadata expiration check: 1:06:34 ago on Fri Feb 16 06:49:52 2024.
Installed Packages
Name : perl-subs
Version : 1.03
Release : 480.el9
Architecture : noarch
Size : 3.0 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : @System
From repo : appstream
Summary : Perl pragma to predeclare subroutine names
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : This will predeclare all the subroutines whose names are in the list,
: allowing you to use them without parentheses (as list operators) even
: before they're declared.