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

Last updated: October 05,2024

1. Install "perl-SelfLoader.noarch" package

Please follow the guidelines below to install perl-SelfLoader.noarch on Rocky Linux 9

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

2. Uninstall "perl-SelfLoader.noarch" package

Please follow the steps below to uninstall perl-SelfLoader.noarch on Rocky Linux 9:

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

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

Last metadata expiration check: 0:37:54 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-SelfLoader
Version : 1.26
Release : 480.el9
Architecture : noarch
Size : 22 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : appstream
Summary : Load functions only on demand
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : This Perl module tells its users that functions in a package are to be
: autoloaded from after the "__DATA__" token. See also "Autoloading" in
: perlsub.