How To Install colord-gtk.x86_64 on Amazon Linux 2

In this tutorial we learn how to install colord-gtk.x86_64 in Amazon Linux 2. colord-gtk.x86_64 is GTK support library for colord

Introduction

In this tutorial we learn how to install colord-gtk.x86_64 on Amazon Linux 2.

What is colord-gtk.x86_64

colord-gtk is a support library for colord and provides additional functionality that requires GTK+.

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

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

sudo yum -y install colord-gtk.x86_64

How To Uninstall colord-gtk.x86_64 on Amazon Linux 2

To uninstall only the colord-gtk.x86_64 package we can use the following command:

sudo yum remove colord-gtk.x86_64

colord-gtk.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/girepository-1.0/ColordGtk-1.0.typelib
/usr/lib64/libcolord-gtk.so.1
/usr/lib64/libcolord-gtk.so.1.0.2
/usr/share/doc/colord-gtk-0.1.25
/usr/share/doc/colord-gtk-0.1.25/AUTHORS
/usr/share/doc/colord-gtk-0.1.25/COPYING
/usr/share/doc/colord-gtk-0.1.25/NEWS
/usr/share/doc/colord-gtk-0.1.25/README
/usr/share/locale/en_GB/LC_MESSAGES/colord-gtk.mo

References

Summary

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