How To Install colord-gtk on CentOS 8
Introduction
In this tutorial we learn how to install colord-gtk
on CentOS 8.
What is colord-gtk
colord-gtk is a support library for colord and provides additional functionality that requires GTK+. colord-gtk 0.1.26 8.el8 x86_64 34 k colord-gtk-0.1.26-8.el8.src.rpm appstream GTK support library for colord http LGPLv2+ colord-gtk is a support library for colord and provides additional functionality that requires GTK+.
We can use yum
or dnf
to install colord-gtk
on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install colord-gtk.
Install colord-gtk on CentOS 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install colord-gtk
using dnf
by running the following command:
sudo dnf -y install colord-gtk
Install colord-gtk on CentOS 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install colord-gtk
using yum
by running the following command:
sudo yum -y install colord-gtk
How To Uninstall colord-gtk on CentOS 8
To uninstall only the colord-gtk
package we can use the following command:
sudo dnf remove colord-gtk
colord-gtk Package Contents on CentOS 8
/usr/bin/cd-convert
/usr/lib/.build-id
/usr/lib/.build-id/37
/usr/lib/.build-id/37/ec1d320b6e18c4cda8fbf331b51c545a43f375
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/1bedcf80b0db03aa010b8da63a9422a4b3644c
/usr/lib/girepository-1.0/ColordGtk-1.0.typelib
/usr/lib/libcolord-gtk.so.1
/usr/lib/libcolord-gtk.so.1.0.3
/usr/share/doc/colord-gtk
/usr/share/doc/colord-gtk/AUTHORS
/usr/share/doc/colord-gtk/COPYING
/usr/share/doc/colord-gtk/NEWS
/usr/share/doc/colord-gtk/README
/usr/share/locale/en_GB/LC_MESSAGES/colord-gtk.mo
/usr/share/man/man1/cd-convert.1.gz
/usr/bin/cd-convert
/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/9091039c1348c4b759fb197cfa24d677f61f03
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/cc754be867bd8726c17666633a528ab9d65269
/usr/lib64/girepository-1.0/ColordGtk-1.0.typelib
/usr/lib64/libcolord-gtk.so.1
/usr/lib64/libcolord-gtk.so.1.0.3
/usr/share/doc/colord-gtk
/usr/share/doc/colord-gtk/AUTHORS
/usr/share/doc/colord-gtk/COPYING
/usr/share/doc/colord-gtk/NEWS
/usr/share/doc/colord-gtk/README
/usr/share/locale/en_GB/LC_MESSAGES/colord-gtk.mo
/usr/share/man/man1/cd-convert.1.gz
References
- [colord-gtk website](http://www.freedesktop.org/software/colord/ http://www.freedesktop.org/software/colord/)
Summary
In this tutorial we learn how to install colord-gtk
on CentOS 8 using yum and dnf.