How To Install colord-gtk-devel on Rocky Linux 8

In this tutorial we learn how to install colord-gtk-devel on Rocky Linux 8. colord-gtk-devel is Development package for colord-gtk

Introduction

In this tutorial we learn how to install colord-gtk-devel on Rocky Linux 8.

What is colord-gtk-devel

Files for development with colord-gtk.

We can use yum or dnf to install colord-gtk-devel on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install colord-gtk-devel.

Install colord-gtk-devel on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install colord-gtk-devel using dnf by running the following command:

sudo dnf -y install colord-gtk-devel

Install colord-gtk-devel on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install colord-gtk-devel using yum by running the following command:

sudo yum -y install colord-gtk-devel

How To Uninstall colord-gtk-devel on Rocky Linux 8

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

sudo dnf remove colord-gtk-devel

colord-gtk-devel Package Contents on Rocky Linux 8

/usr/include/colord-1
/usr/include/colord-1/colord-gtk
/usr/include/colord-1/colord-gtk.h
/usr/include/colord-1/colord-gtk/cd-sample-widget.h
/usr/include/colord-1/colord-gtk/cd-sample-window.h
/usr/include/colord-1/colord-gtk/cd-version.h
/usr/include/colord-1/colord-gtk/cd-window-sync.h
/usr/include/colord-1/colord-gtk/cd-window.h
/usr/lib/libcolord-gtk.so
/usr/lib/pkgconfig/colord-gtk.pc
/usr/share/gir-1.0
/usr/share/gir-1.0/ColordGtk-1.0.gir
/usr/share/vala/vapi/colord-gtk.vapi
/usr/include/colord-1
/usr/include/colord-1/colord-gtk
/usr/include/colord-1/colord-gtk.h
/usr/include/colord-1/colord-gtk/cd-sample-widget.h
/usr/include/colord-1/colord-gtk/cd-sample-window.h
/usr/include/colord-1/colord-gtk/cd-version.h
/usr/include/colord-1/colord-gtk/cd-window-sync.h
/usr/include/colord-1/colord-gtk/cd-window.h
/usr/lib64/libcolord-gtk.so
/usr/lib64/pkgconfig/colord-gtk.pc
/usr/share/gir-1.0
/usr/share/gir-1.0/ColordGtk-1.0.gir
/usr/share/vala/vapi/colord-gtk.vapi

References

Summary

In this tutorial we learn how to install colord-gtk-devel on Rocky Linux 8 using yum and dnf.