How to Install and Uninstall mod_suphp.x86_64 Package on Fedora 36

Last updated: October 06,2024

1. Install "mod_suphp.x86_64" package

This guide let you learn how to install mod_suphp.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install mod_suphp.x86_64

2. Uninstall "mod_suphp.x86_64" package

Please follow the steps below to uninstall mod_suphp.x86_64 on Fedora 36:

$ sudo dnf remove mod_suphp.x86_64 $ sudo dnf autoremove

3. Information about the mod_suphp.x86_64 package on Fedora 36

Last metadata expiration check: 2:12:30 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : mod_suphp
Version : 0.7.2
Release : 17.fc36
Architecture : x86_64
Size : 89 k
Source : mod_suphp-0.7.2-17.fc36.src.rpm
Repository : fedora
Summary : An apache2 module for executing PHP scripts with the permissions of their owners
URL : http://www.suphp.org/
License : GPLv2+
Description : suPHP is an Apache module for executing PHP scripts with the permissions of
: their owners. It consists of an Apache module (mod_suphp) and a setuid root
: binary (suphp) that is called by the Apache module to change the uid of the
: process executing the PHP interpreter.
:
: Please take a look at /usr/share/doc/mod_suphp/README.fedora for
: installation instructions.