How to Install and Uninstall libapache2-mpm-itk Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "libapache2-mpm-itk" package

This guide covers the steps necessary to install libapache2-mpm-itk on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libapache2-mpm-itk

2. Uninstall "libapache2-mpm-itk" package

In this section, we are going to explain the necessary steps to uninstall libapache2-mpm-itk on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libapache2-mpm-itk $ sudo apt autoclean && sudo apt autoremove

3. Information about the libapache2-mpm-itk package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libapache2-mpm-itk
Priority: optional
Section: universe/libs
Installed-Size: 44
Maintainer: Ubuntu Developers
Original-Maintainer: Steinar H. Gunderson
Architecture: amd64
Source: mpm-itk
Version: 2.4.7-04-1
Replaces: apache2 (<< 2.4.6-4~)
Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), apache2-api-20120211, apache2-bin (>= 2.4.16)
Breaks: apache2 (<< 2.4.9-2~)
Filename: pool/universe/m/mpm-itk/libapache2-mpm-itk_2.4.7-04-1_amd64.deb
Size: 10768
MD5sum: 7904d8a14f6fc7a5392143f0b9ad7e66
SHA1: 04a68b38f80a70a9e80fa2b6054741c22a5d0329
SHA256: 9d9018e9ba027394d4496f62534d0d025a085583a9a794a98e9f0cff6c99b9e2
Description-en: multiuser module for Apache
The mpm-itk module, although not technically a Multi-Processing Module (MPM)
(although it used to be) enhances the classical "prefork" module (that is,
without threads), in such a way that it allows you to constrain each
individual vhost to a particular system user and group. This allows you to run
several different web sites on a single server without worrying that they will
be able to read each others' files. mpm-itk is largely independent of e.g.
what scripting technology is in use on your server; in particular, it does not
require you to run your scripts as CGI to get the extra security benefit.
Description-md5: b644c5fc7698218780d7e4130a4d369b
Homepage: http://mpm-itk.sesse.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu