How to Install and Uninstall mod_perl.x86_64 Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "mod_perl.x86_64" package

Please follow the guidance below to install mod_perl.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install mod_perl.x86_64

2. Uninstall "mod_perl.x86_64" package

This is a short guide on how to uninstall mod_perl.x86_64 on Oracle Linux 9:

$ sudo dnf remove mod_perl.x86_64 $ sudo dnf autoremove

3. Information about the mod_perl.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:12:57 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : mod_perl
Version : 2.0.12
Release : 3.el9
Architecture : x86_64
Size : 3.0 M
Source : mod_perl-2.0.12-3.el9.src.rpm
Repository : epel
Summary : An embedded Perl interpreter for the Apache HTTP Server
URL : https://perl.apache.org/
License : ASL 2.0
Description : Mod_perl incorporates a Perl interpreter into the Apache web server,
: so that the Apache web server can directly execute Perl code.
: Mod_perl links the Perl run-time library into the Apache web server and
: provides an object-oriented Perl interface for Apache's C language
: API. The end result is a quicker CGI script turnaround process, since
: no external Perl interpreter has to be started.
:
: Install mod_perl if you're installing the Apache web server and you'd
: like for it to directly incorporate a Perl interpreter.