How to Install and Uninstall perl-subs.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "perl-subs.noarch" package

Please follow the guidance below to install perl-subs.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "perl-subs.noarch" package

Learn how to uninstall perl-subs.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-subs.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:25:18 ago on Mon Feb 26 07:04:30 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 : ubi-9-appstream-rpms
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.