How to Install and Uninstall xcb-util.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "xcb-util.x86_64" package

This is a short guide on how to install xcb-util.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install xcb-util.x86_64

2. Uninstall "xcb-util.x86_64" package

This is a short guide on how to uninstall xcb-util.x86_64 on Rocky Linux 8:

$ sudo dnf remove xcb-util.x86_64 $ sudo dnf autoremove

3. Information about the xcb-util.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:20:48 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : xcb-util
Version : 0.4.0
Release : 10.el8
Architecture : x86_64
Size : 21 k
Source : xcb-util-0.4.0-10.el8.src.rpm
Repository : appstream
Summary : Convenience libraries sitting on top of libxcb
URL : http://xcb.freedesktop.org
License : MIT
Description : The xcb-util module provides a number of libraries which sit on top of
: libxcb, the core X protocol library, and some of the extension
: libraries. These experimental libraries provide convenience functions
: and interfaces which make the raw X protocol more usable. Some of the
: libraries also provide client-side code which is not strictly part of
: the X protocol but which have traditionally been provided by Xlib.