How to Install and Uninstall apache2-utils Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 05,2024

1. Install "apache2-utils" package

This guide let you learn how to install apache2-utils on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install apache2-utils

2. Uninstall "apache2-utils" package

Please follow the guidelines below to uninstall apache2-utils on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove apache2-utils $ sudo apt autoclean && sudo apt autoremove

3. Information about the apache2-utils package on Ubuntu 21.04 (Hirsute Hippo)

Package: apache2-utils
Architecture: amd64
Version: 2.4.46-4ubuntu1
Multi-Arch: foreign
Priority: optional
Section: net
Source: apache2
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Apache Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 392
Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.5.0), libc6 (>= 2.14), libcrypt1 (>= 1:4.1.0), libssl1.1 (>= 1.1.0)
Filename: pool/main/a/apache2/apache2-utils_2.4.46-4ubuntu1_amd64.deb
Size: 83940
MD5sum: 479a1f8965ed23134078a58d1184f3f4
SHA1: 2c5dbe637bad0625afa4de8ff78e3db7416784fe
SHA256: fb2e68d174a446695a997c60bbb46142c8cf7e0c5e357804bd053e79d585e12f
SHA512: ffb2d6594dd7aa604c0a695e155a738f199a189f92682f75eaf8f9d400746088912ec1473e041b7f3bc57eb5d17e2ada2698e0c0b664304f10d29819bae1b1a9
Homepage: https://httpd.apache.org/
Description-en: Apache HTTP Server (utility programs for web servers)
Provides some add-on programs useful for any web server. These include:
- ab (Apache benchmark tool)
- fcgistarter (Start a FastCGI program)
- logresolve (Resolve IP addresses to hostnames in logfiles)
- htpasswd (Manipulate basic authentication files)
- htdigest (Manipulate digest authentication files)
- htdbm (Manipulate basic authentication files in DBM format, using APR)
- htcacheclean (Clean up the disk cache)
- rotatelogs (Periodically stop writing to a logfile and open a new one)
- split-logfile (Split a single log including multiple vhosts)
- checkgid (Checks whether the caller can setgid to the specified group)
- check_forensic (Extract mod_log_forensic output from Apache log files)
- httxt2dbm (Generate dbm files for use with RewriteMap)
Description-md5: f1e2440381fa90571f125990da6a52fc
Task: lamp-server