How to Install and Uninstall perl-DynaLoader.x86_64 Package on Oracle Linux 9

Last updated: September 28,2024

1. Install "perl-DynaLoader.x86_64" package

Please follow the guidance below to install perl-DynaLoader.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-DynaLoader.x86_64

2. Uninstall "perl-DynaLoader.x86_64" package

Please follow the instructions below to uninstall perl-DynaLoader.x86_64 on Oracle Linux 9:

$ sudo dnf remove perl-DynaLoader.x86_64 $ sudo dnf autoremove

3. Information about the perl-DynaLoader.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:01:48 ago on Thu Feb 15 07:50:05 2024.
Installed Packages
Name : perl-DynaLoader
Version : 1.47
Release : 480.el9
Architecture : x86_64
Size : 32 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : @System
From repo : ol9_appstream
Summary : Dynamically load C libraries into Perl code
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : The DynaLoader module defines a standard generic interface to the dynamic
: linking mechanisms available on many platforms. Its primary purpose is to
: implement automatic dynamic loading of Perl modules. For a simpler interface,
: see XSLoader module.