How To Install xcb-util-image on Rocky Linux 8
Introduction
In this tutorial we learn how to install xcb-util-image
on Rocky Linux 8.
What is xcb-util-image
XCB util-image module provides the following library - image
We can use yum
or dnf
to install xcb-util-image
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install xcb-util-image.
Install xcb-util-image 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 xcb-util-image
using dnf
by running the following command:
sudo dnf -y install xcb-util-image
Install xcb-util-image 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 xcb-util-image
using yum
by running the following command:
sudo yum -y install xcb-util-image
How To Uninstall xcb-util-image on Rocky Linux 8
To uninstall only the xcb-util-image
package we can use the following command:
sudo dnf remove xcb-util-image
xcb-util-image Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/858ccd3156c17ac515baadb89bafd902683598
/usr/lib64/libxcb-image.so.0
/usr/lib64/libxcb-image.so.0.0.0
/usr/share/doc/xcb-util-image
/usr/share/doc/xcb-util-image/README
/usr/share/licenses/xcb-util-image
/usr/share/licenses/xcb-util-image/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/92
/usr/lib/.build-id/92/febc853a3e70a9cb99c1e4c33d720346a8e8d6
/usr/lib/libxcb-image.so.0
/usr/lib/libxcb-image.so.0.0.0
/usr/share/doc/xcb-util-image
/usr/share/doc/xcb-util-image/README
/usr/share/licenses/xcb-util-image
/usr/share/licenses/xcb-util-image/COPYING
References
Summary
In this tutorial we learn how to install xcb-util-image
on Rocky Linux 8 using yum and dnf.