How To Install mirmon-httpd on Fedora 36

In this tutorial we learn how to install mirmon-httpd in Fedora 36. mirmon-httpd is Apache configuration for mirmon

Introduction

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

What is mirmon-httpd

This package provides the Apache configuration for applications using an Alias to mirmon.

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

Install mirmon-httpd 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 mirmon-httpd using dnf by running the following command:

sudo dnf -y install mirmon-httpd

Install mirmon-httpd 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 mirmon-httpd using yum by running the following command:

sudo yum -y install mirmon-httpd

How To Uninstall mirmon-httpd on Fedora 36

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

sudo dnf remove mirmon-httpd

mirmon-httpd Package Contents on Fedora 36

/etc/httpd/conf.d/mirmon.conf

References

Summary

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