How To Install apache2-suexec-pristine on Ubuntu 20.04

In this tutorial we learn how to install apache2-suexec-pristine on Ubuntu 20.04. apache2-suexec-pristine is Apache HTTP Server standard suexec program for mod_suexec Apache HTTP Server standard suexec program for mod_suexec Apache HTTP Server standard suexec program for mod_suexec

Introduction

In this tutorial we learn how to install apache2-suexec-pristine on Ubuntu 20.04.

What is apache2-suexec-pristine

apache2-suexec-pristine is:

Provides the standard suexec helper program for mod_suexec. This version is compiled with document root /var/www and userdir suffix public_html. If you need different settings, use the package apache2-suexec-custom.

Package: apache2-suexec-pristine Architecture: amd64 Version: 2.4.41-4ubuntu3.3 Priority: optional Section: universe/httpd Source: apache2 Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian Apache Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 136 Provides: apache2-suexec Depends: apache2-bin, libc6 (>= 2.4) Filename: pool/universe/a/apache2/apache2-suexec-pristine_2.4.41-4ubuntu3.3_amd64.deb Size: 14028 MD5sum: 32a28fa10db150bcc0c9faccd73fdcb5 SHA1: e9c1b052c88c8f2c313416d8bf17a21b5b1528f7 SHA256: 0809bb02f666c26d619107b2a2e9719b7d32f1eb8a380ef92282c79a8bc4d957 SHA512: 67679b0a89c98dd55a52a3e03751839cbd87a4b1b371b619888684818f71988644d4fadbd4db36609a3288e92ffa7d6ece674e76dd9dea9283404f217849ecc3 Homepage: https://httpd.apache.org/ Description-en: Apache HTTP Server standard suexec program for mod_suexec Provides the standard suexec helper program for mod_suexec. This version is compiled with document root /var/www and userdir suffix public_html. If you need different settings, use the package apache2-suexec-custom.

Package: apache2-suexec-pristine Architecture: amd64 Version: 2.4.41-4ubuntu3 Priority: optional Section: universe/httpd Source: apache2 Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian Apache Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 135 Provides: apache2-suexec Depends: apache2-bin, libc6 (>= 2.4) Filename: pool/universe/a/apache2/apache2-suexec-pristine_2.4.41-4ubuntu3_amd64.deb Size: 14020 MD5sum: aee9ac36793c1fc39afe0ff539a9127b SHA1: b34608a9411f2587feb50e0fdf11288c38201f7b SHA256: e9b1392e539d5bdaea40a04f46fd0e7b74c44c5f9b8f7b075d970af07ccdefc2 Homepage: https://httpd.apache.org/ Description-en: Apache HTTP Server standard suexec program for mod_suexec Provides the standard suexec helper program for mod_suexec. This version is compiled with document root /var/www and userdir suffix public_html. If you need different settings, use the package apache2-suexec-custom.

There are three methods to install apache2-suexec-pristine on Ubuntu 20.04. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install apache2-suexec-pristine Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install apache2-suexec-pristine using apt-get by running the following command:

sudo apt-get -y install apache2-suexec-pristine

Install apache2-suexec-pristine Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install apache2-suexec-pristine using apt by running the following command:

sudo apt -y install apache2-suexec-pristine

Install apache2-suexec-pristine Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install apache2-suexec-pristine using aptitude by running the following command:

sudo aptitude -y install apache2-suexec-pristine

How To Uninstall apache2-suexec-pristine on Ubuntu 20.04

To uninstall only the apache2-suexec-pristine package we can use the following command:

sudo apt-get remove apache2-suexec-pristine

Uninstall apache2-suexec-pristine And Its Dependencies

To uninstall apache2-suexec-pristine and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove apache2-suexec-pristine

Remove apache2-suexec-pristine Configurations and Data

To remove apache2-suexec-pristine configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge apache2-suexec-pristine

Remove apache2-suexec-pristine configuration, data, and all of its dependencies

We can use the following command to remove apache2-suexec-pristine configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge apache2-suexec-pristine

References

Summary

In this tutorial we learn how to install apache2-suexec-pristine package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.