How to Install and Uninstall perl-Module-Loaded.noarch Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "perl-Module-Loaded.noarch" package

This is a short guide on how to install perl-Module-Loaded.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-Module-Loaded.noarch

2. Uninstall "perl-Module-Loaded.noarch" package

Please follow the steps below to uninstall perl-Module-Loaded.noarch on Rocky Linux 8:

$ sudo dnf remove perl-Module-Loaded.noarch $ sudo dnf autoremove

3. Information about the perl-Module-Loaded.noarch package on Rocky Linux 8

Last metadata expiration check: 0:22:11 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Module-Loaded
Epoch : 1
Version : 0.08
Release : 421.el8
Architecture : noarch
Size : 74 k
Source : perl-5.26.3-421.el8.src.rpm
Repository : appstream
Summary : Mark modules as loaded or unloaded
URL : http://www.perl.org/
License : GPL+ or Artistic
Description : When testing applications, often you find yourself needing to provide
: functionality in your test environment that would usually be provided by
: external modules. Rather than munging the %INC by hand to mark these external
: modules as loaded, so they are not attempted to be loaded by perl, this module
: offers you a very simple way to mark modules as loaded and/or unloaded.