How To Install colord-devel-docs on CentOS 8
Introduction
In this tutorial we learn how to install colord-devel-docs
on CentOS 8.
What is colord-devel-docs
Documentation for development with colord.
We can use yum
or dnf
to install colord-devel-docs
on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install colord-devel-docs.
Install colord-devel-docs 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-devel-docs
using dnf
by running the following command:
sudo dnf -y install colord-devel-docs
Install colord-devel-docs 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-devel-docs
using yum
by running the following command:
sudo yum -y install colord-devel-docs
How To Uninstall colord-devel-docs on CentOS 8
To uninstall only the colord-devel-docs
package we can use the following command:
sudo dnf remove colord-devel-docs
colord-devel-docs Package Contents on CentOS 8
/usr/share/gtk-doc/html/colord
/usr/share/gtk-doc/html/colord/colord-CdClient.html
/usr/share/gtk-doc/html/colord/colord-CdDevice.html
/usr/share/gtk-doc/html/colord/colord-CdDom.html
/usr/share/gtk-doc/html/colord/colord-CdEdid.html
/usr/share/gtk-doc/html/colord/colord-CdIcc.html
/usr/share/gtk-doc/html/colord/colord-CdIccStore.html
/usr/share/gtk-doc/html/colord/colord-CdInterp.html
/usr/share/gtk-doc/html/colord/colord-CdInterpAkima.html
/usr/share/gtk-doc/html/colord/colord-CdInterpLinear.html
/usr/share/gtk-doc/html/colord/colord-CdIt8.html
/usr/share/gtk-doc/html/colord/colord-CdProfile.html
/usr/share/gtk-doc/html/colord/colord-CdSensor.html
/usr/share/gtk-doc/html/colord/colord-CdTransform.html
/usr/share/gtk-doc/html/colord/colord-cd-client-sync.html
/usr/share/gtk-doc/html/colord/colord-cd-color.html
/usr/share/gtk-doc/html/colord/colord-cd-device-sync.html
/usr/share/gtk-doc/html/colord/colord-cd-icc-utils.html
/usr/share/gtk-doc/html/colord/colord-cd-it8-utils.html
/usr/share/gtk-doc/html/colord/colord-cd-math.html
/usr/share/gtk-doc/html/colord/colord-cd-profile-sync.html
/usr/share/gtk-doc/html/colord/colord-cd-sensor-sync.html
/usr/share/gtk-doc/html/colord/colord-cd-spectrum.html
/usr/share/gtk-doc/html/colord/colord-cd-version.html
/usr/share/gtk-doc/html/colord/colord.devhelp2
/usr/share/gtk-doc/html/colord/home.png
/usr/share/gtk-doc/html/colord/index.html
/usr/share/gtk-doc/html/colord/ix01.html
/usr/share/gtk-doc/html/colord/left-insensitive.png
/usr/share/gtk-doc/html/colord/left.png
/usr/share/gtk-doc/html/colord/libcolord.html
/usr/share/gtk-doc/html/colord/libcolordprivate.html
/usr/share/gtk-doc/html/colord/license.html
/usr/share/gtk-doc/html/colord/right-insensitive.png
/usr/share/gtk-doc/html/colord/right.png
/usr/share/gtk-doc/html/colord/style.css
/usr/share/gtk-doc/html/colord/up-insensitive.png
/usr/share/gtk-doc/html/colord/up.png
References
Summary
In this tutorial we learn how to install colord-devel-docs
on CentOS 8 using yum and dnf.