How To Install httpd-tools on Fedora 36

In this tutorial we learn how to install httpd-tools in Fedora 36. httpd-tools is Tools for use with the Apache HTTP Server

Introduction

In this tutorial we learn how to install httpd-tools on Fedora 36.

What is httpd-tools

The httpd-tools package contains tools which can be used with the Apache HTTP Server.

We can use yum or dnf to install httpd-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install httpd-tools.

Install httpd-tools on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install httpd-tools using dnf by running the following command:

sudo dnf -y install httpd-tools

Install httpd-tools on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install httpd-tools using yum by running the following command:

sudo yum -y install httpd-tools

How To Uninstall httpd-tools on Fedora 36

To uninstall only the httpd-tools package we can use the following command:

sudo dnf remove httpd-tools

httpd-tools Package Contents on Fedora 36

/usr/bin/ab
/usr/bin/htdbm
/usr/bin/htdigest
/usr/bin/htpasswd
/usr/bin/httxt2dbm
/usr/bin/logresolve
/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/feb4a8d29dce6d5595b31dc2820ab190b8eee8
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/22d0cd96afe77b1c3beb2eea5de9a0527d2e6c
/usr/lib/.build-id/45
/usr/lib/.build-id/45/229cc789a254e7299a3db9241acbf9b0ff9f4b
/usr/lib/.build-id/76/3add60cadd78ed1aa2f3c50ed1c732c54a5d60
/usr/lib/.build-id/82
/usr/lib/.build-id/82/109d7271d8f82a4b001b19d924da032f805cc8
/usr/lib/.build-id/b0/d8bd030262c277a2febbaee11b4a21386146b5
/usr/share/doc/httpd-tools
/usr/share/doc/httpd-tools/LICENSE
/usr/share/doc/httpd-tools/NOTICE
/usr/share/man/man1/ab.1.gz
/usr/share/man/man1/htdbm.1.gz
/usr/share/man/man1/htdigest.1.gz
/usr/share/man/man1/htpasswd.1.gz
/usr/share/man/man1/httxt2dbm.1.gz
/usr/share/man/man1/logresolve.1.gz

References

Summary

In this tutorial we learn how to install httpd-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).