How To Install color-filesystem.noarch on Amazon Linux 2

In this tutorial we learn how to install color-filesystem.noarch in Amazon Linux 2. color-filesystem.noarch is Color filesystem layout

Introduction

In this tutorial we learn how to install color-filesystem.noarch on Amazon Linux 2.

What is color-filesystem.noarch

This package provides some directories that are required/used to store color.

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

Install color-filesystem.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 color-filesystem.noarch using yum by running the following command:

sudo yum -y install color-filesystem.noarch

How To Uninstall color-filesystem.noarch on Amazon Linux 2

To uninstall only the color-filesystem.noarch package we can use the following command:

sudo yum remove color-filesystem.noarch

color-filesystem.noarch Package Contents on Amazon Linux 2

/etc/rpm/macros.color
/usr/share/color
/usr/share/color/cmms
/usr/share/color/icc
/usr/share/color/settings
/var/lib/color
/var/lib/color/icc

References

Summary

In this tutorial we learn how to install color-filesystem.noarch on Amazon Linux 2 using yum.