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

Last updated: July 03,2024

1. Install "perl-subs.noarch" package

Please follow the guidelines below to install perl-subs.noarch on Oracle Linux 9

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

2. Uninstall "perl-subs.noarch" package

This tutorial shows how to uninstall perl-subs.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 3:46:44 ago on Thu Feb 15 07:50:05 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 : ol9_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.