How To Install libXcm on Fedora 34
Introduction
In this tutorial we learn how to install libXcm
on Fedora 34.
What is libXcm
The libXcm library is a reference implementation of the net-color spec. It allows to attach color regions to X windows to communicate with color servers. libXcm 0.5.3 18.fc34 x86_64 39 k libXcm-0.5.3-18.fc34.src.rpm fedora X Color Management Library http MIT The libXcm library is a reference implementation of the net-color spec. It allows to attach color regions to X windows to communicate with color servers.
We can use yum
or dnf
to install libXcm
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libXcm.
Install libXcm on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libXcm
using dnf
by running the following command:
sudo dnf -y install libXcm
Install libXcm on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libXcm
using yum
by running the following command:
sudo yum -y install libXcm
How To Uninstall libXcm on Fedora 34
To uninstall only the libXcm
package we can use the following command:
sudo dnf remove libXcm
libXcm Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/ac0e2c9f70af825e62dc2d53f1f393ad4e072e
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/1e5a0fa00114393d5831a3ab2e0855545a80bd
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/61986b890efa7cbd92ab437302fdb008a57a19
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/567b375081390452bdf4ca3288e3c1f688a0e7
/usr/lib/libXcm.so.0
/usr/lib/libXcm.so.0.0.5
/usr/lib/libXcmDDC.so.0
/usr/lib/libXcmDDC.so.0.0.5
/usr/lib/libXcmEDID.so.0
/usr/lib/libXcmEDID.so.0.0.5
/usr/lib/libXcmX11.so.0
/usr/lib/libXcmX11.so.0.0.5
/usr/share/doc/libXcm
/usr/share/doc/libXcm/AUTHORS
/usr/share/doc/libXcm/COPYING
/usr/share/doc/libXcm/ChangeLog
/usr/share/doc/libXcm/README
/usr/lib/.build-id
/usr/lib/.build-id/84
/usr/lib/.build-id/84/d349c31aa0192e7d43b49943f86238f9829450
/usr/lib/.build-id/95
/usr/lib/.build-id/95/789af810f0a5a4c96a2f68cb8e327a41d5f5e8
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/a75a22a54572f93e315f217e78cdce27a3ed37
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/ce469852893ea8d4d4aca3c33a51ecf3a342df
/usr/lib64/libXcm.so.0
/usr/lib64/libXcm.so.0.0.5
/usr/lib64/libXcmDDC.so.0
/usr/lib64/libXcmDDC.so.0.0.5
/usr/lib64/libXcmEDID.so.0
/usr/lib64/libXcmEDID.so.0.0.5
/usr/lib64/libXcmX11.so.0
/usr/lib64/libXcmX11.so.0.0.5
/usr/share/doc/libXcm
/usr/share/doc/libXcm/AUTHORS
/usr/share/doc/libXcm/COPYING
/usr/share/doc/libXcm/ChangeLog
/usr/share/doc/libXcm/README
References
- [libXcm website](http://www.oyranos.org http://www.oyranos.org)
Summary
In this tutorial we learn how to install libXcm
on Fedora 34 using yum and dnf.