How to Install and Uninstall apache2-utils Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: September 19,2024

1. Install "apache2-utils" package

Please follow the step by step instructions below to install apache2-utils on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install apache2-utils

2. Uninstall "apache2-utils" package

Here is a brief guide to show you how to uninstall apache2-utils on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the apache2-utils package on Ubuntu 20.10 (Groovy Gorilla)

Package: apache2-utils
Architecture: amd64
Version: 2.4.46-1ubuntu1
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-1ubuntu1_amd64.deb
Size: 83556
MD5sum: 69de3cb181a1f5b2355693580fb22adc
SHA1: 647fc8819331eb9107d80e316fb271c8c98d9ceb
SHA256: a4320dfc528492b56250511c731c529bd4cb931baeabf58206dab1b8eb4bce0c
SHA512: b0fae6d83542a214d0a00287f04fdc24a912ea0020422c94d6a6a09a3ae52a80bad937dd31e8e1866e819240ea6a29a3e28bc1e0bc185c90239111dd9107593c
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