How To Install almalinux-logos-httpd on AlmaLinux 8

In this tutorial we learn how to install almalinux-logos-httpd in AlmaLinux 8. almalinux-logos-httpd is AlmaLinux-related icons and pictures used by httpd

Introduction

In this tutorial we learn how to install almalinux-logos-httpd on AlmaLinux 8.

What is almalinux-logos-httpd

Licensed only for approved usage, see COPYING for details.

We can use yum or dnf to install almalinux-logos-httpd on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install almalinux-logos-httpd.

Install almalinux-logos-httpd on AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install almalinux-logos-httpd

Install almalinux-logos-httpd on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install almalinux-logos-httpd

How To Uninstall almalinux-logos-httpd on AlmaLinux 8

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

sudo dnf remove almalinux-logos-httpd

References

Summary

In this tutorial we learn how to install almalinux-logos-httpd on AlmaLinux 8 using yum and dnf.