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

Last updated: October 07,2024

1. Install "perl-SelfLoader.noarch" package

Please follow the step by step instructions below to install perl-SelfLoader.noarch on AlmaLinux 9

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

2. Uninstall "perl-SelfLoader.noarch" package

This tutorial shows how to uninstall perl-SelfLoader.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 1:18:37 ago on Wed Mar 13 07:41:12 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.