How to Install and Uninstall perl-DynaLoader.x86_64 Package on CentOS Stream 9

Last updated: October 09,2024

1. Install "perl-DynaLoader.x86_64" package

This is a short guide on how to install perl-DynaLoader.x86_64 on CentOS Stream 9

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

2. Uninstall "perl-DynaLoader.x86_64" package

Here is a brief guide to show you how to uninstall perl-DynaLoader.x86_64 on CentOS Stream 9:

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

3. Information about the perl-DynaLoader.x86_64 package on CentOS Stream 9

Last metadata expiration check: 0:13:55 ago on Sat Mar 16 16:03:45 2024.
Installed Packages
Name : perl-DynaLoader
Version : 1.47
Release : 481.el9
Architecture : x86_64
Size : 32 k
Source : perl-5.32.1-481.el9.src.rpm
Repository : @System
From repo : 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.