How to Install and Uninstall perl-subs.noarch Package on CentOS Stream 9

Last updated: October 08,2024

1. Install "perl-subs.noarch" package

Please follow the instructions below to install perl-subs.noarch on CentOS Stream 9

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

2. Uninstall "perl-subs.noarch" package

Please follow the guidance below to uninstall perl-subs.noarch on CentOS Stream 9:

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

3. Information about the perl-subs.noarch package on CentOS Stream 9

Last metadata expiration check: 1:10:45 ago on Sat Mar 16 16:03:45 2024.
Installed Packages
Name : perl-subs
Version : 1.03
Release : 481.el9
Architecture : noarch
Size : 3.0 k
Source : perl-5.32.1-481.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.