How to Install and Uninstall libapache2-mpm-itk Package on Kali Linux

Last updated: May 14,2024

1. Install "libapache2-mpm-itk" package

This guide covers the steps necessary to install libapache2-mpm-itk on Kali Linux

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

2. Uninstall "libapache2-mpm-itk" package

Please follow the guidelines below to uninstall libapache2-mpm-itk on Kali Linux:

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

3. Information about the libapache2-mpm-itk package on Kali Linux

Package: libapache2-mpm-itk
Source: mpm-itk (2.4.7-04-1)
Version: 2.4.7-04-1+b1
Installed-Size: 53
Maintainer: Steinar H. Gunderson
Architecture: amd64
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~)
Size: 14772
SHA256: 053962ef6463f97aa9200d06bc0c58a643d16b499e1967f3a989c58ecebe305d
SHA1: 919a9b252e44b1ae9f1c4eaf0f9a52ba7a01a300
MD5sum: bac1c8ade11c36cf9efd05f56f9ba992
Description: 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:
Homepage: http://mpm-itk.sesse.net/
Section: httpd
Priority: optional
Filename: pool/main/m/mpm-itk/libapache2-mpm-itk_2.4.7-04-1+b1_amd64.deb