How to Install and Uninstall perl-Module-Load.noarch Package on Oracle Linux 8
Last updated: November 02,2024
1. Install "perl-Module-Load.noarch" package
Here is a brief guide to show you how to install perl-Module-Load.noarch on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
perl-Module-Load.noarch
Copied
2. Uninstall "perl-Module-Load.noarch" package
This guide covers the steps necessary to uninstall perl-Module-Load.noarch on Oracle Linux 8:
$
sudo dnf remove
perl-Module-Load.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Module-Load.noarch package on Oracle Linux 8
Last metadata expiration check: 5:45:28 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Module-Load
Epoch : 1
Version : 0.32
Release : 395.el8
Architecture : noarch
Size : 19 k
Source : perl-Module-Load-0.32-395.el8.src.rpm
Repository : ol8_appstream
Summary : Run-time require of both modules and files
URL : http://search.cpan.org/dist/Module-Load/
License : GPL+ or Artistic
Description : If you consult "perldoc -f require" you will see that "require" will behave
: differently when given a bare-word or a string. In the case of a string,
: "require" assumes you are wanting to load a file. But in the case of
: a bare-word, it assumes you mean a module.
:
: This gives nasty overhead when you are trying to dynamically require modules
: at run-time, since you will need to change the module notation to a file
: notation fitting the particular platform you are on.
:
: "load" eliminates the need for this overhead and will just DWYM.
Available Packages
Name : perl-Module-Load
Epoch : 1
Version : 0.32
Release : 395.el8
Architecture : noarch
Size : 19 k
Source : perl-Module-Load-0.32-395.el8.src.rpm
Repository : ol8_appstream
Summary : Run-time require of both modules and files
URL : http://search.cpan.org/dist/Module-Load/
License : GPL+ or Artistic
Description : If you consult "perldoc -f require" you will see that "require" will behave
: differently when given a bare-word or a string. In the case of a string,
: "require" assumes you are wanting to load a file. But in the case of
: a bare-word, it assumes you mean a module.
:
: This gives nasty overhead when you are trying to dynamically require modules
: at run-time, since you will need to change the module notation to a file
: notation fitting the particular platform you are on.
:
: "load" eliminates the need for this overhead and will just DWYM.