How to Install and Uninstall mod_perl.x86_64 Package on Fedora 35

Last updated: April 25,2024

1. Install "mod_perl.x86_64" package

Please follow the instructions below to install mod_perl.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install mod_perl.x86_64

2. Uninstall "mod_perl.x86_64" package

This guide covers the steps necessary to uninstall mod_perl.x86_64 on Fedora 35:

$ sudo dnf remove mod_perl.x86_64 $ sudo dnf autoremove

3. Information about the mod_perl.x86_64 package on Fedora 35

Last metadata expiration check: 4:06:32 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : mod_perl
Version : 2.0.12
Release : 1.fc35
Architecture : x86_64
Size : 3.0 M
Source : mod_perl-2.0.12-1.fc35.src.rpm
Repository : updates
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.