How To Install generic-logos-httpd.noarch on Amazon Linux 2

In this tutorial we learn how to install generic-logos-httpd.noarch in Amazon Linux 2. generic-logos-httpd.noarch is Fedora-related icons and pictures used by httpd

Introduction

In this tutorial we learn how to install generic-logos-httpd.noarch on Amazon Linux 2.

What is generic-logos-httpd.noarch

The generic-logos-httpd package contains image files which can be used by httpd.

We can use yum to install generic-logos-httpd.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install generic-logos-httpd.noarch.

Install generic-logos-httpd.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install generic-logos-httpd.noarch

How To Uninstall generic-logos-httpd.noarch on Amazon Linux 2

To uninstall only the generic-logos-httpd.noarch package we can use the following command:

sudo yum remove generic-logos-httpd.noarch

generic-logos-httpd.noarch Package Contents on Amazon Linux 2

/usr/share/doc/generic-logos-httpd-18.0.0
/usr/share/doc/generic-logos-httpd-18.0.0/COPYING
/usr/share/pixmaps/poweredby.png

References

Summary

In this tutorial we learn how to install generic-logos-httpd.noarch on Amazon Linux 2 using yum.