How To Install compat-libcolord1.x86_64 on Amazon Linux 2

In this tutorial we learn how to install compat-libcolord1.x86_64 in Amazon Linux 2. compat-libcolord1.x86_64 is Compat package with colord 1.0 libraries

Introduction

In this tutorial we learn how to install compat-libcolord1.x86_64 on Amazon Linux 2.

What is compat-libcolord1.x86_64

Compatibility package with colord 1.0 libraries.

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

Install compat-libcolord1.x86_64 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 compat-libcolord1.x86_64 using yum by running the following command:

sudo yum -y install compat-libcolord1.x86_64

How To Uninstall compat-libcolord1.x86_64 on Amazon Linux 2

To uninstall only the compat-libcolord1.x86_64 package we can use the following command:

sudo yum remove compat-libcolord1.x86_64

compat-libcolord1.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/libcolord.so.1
/usr/lib64/libcolord.so.1.0.21
/usr/lib64/libcolordprivate.so.1
/usr/lib64/libcolordprivate.so.1.0.21
/usr/share/doc/compat-libcolord1-1.0.4
/usr/share/doc/compat-libcolord1-1.0.4/COPYING

References

Summary

In this tutorial we learn how to install compat-libcolord1.x86_64 on Amazon Linux 2 using yum.