How to Install and Uninstall mod_perl.x86_64 Package on Rocky Linux 8

Last updated: June 26,2024

1. Install "mod_perl.x86_64" package

Please follow the steps below to install mod_perl.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install mod_perl.x86_64

2. Uninstall "mod_perl.x86_64" package

This guide let you learn how to uninstall mod_perl.x86_64 on Rocky Linux 8:

$ sudo dnf remove mod_perl.x86_64 $ sudo dnf autoremove

3. Information about the mod_perl.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:24:26 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : mod_perl
Version : 2.0.12
Release : 1.el8
Architecture : x86_64
Size : 3.0 M
Source : mod_perl-2.0.12-1.el8.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.