How to Install and Uninstall xcb-util.x86_64 Package on CentOS Stream 8

Last updated: May 07,2024

1. Install "xcb-util.x86_64" package

This is a short guide on how to install xcb-util.x86_64 on CentOS Stream 8

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

2. Uninstall "xcb-util.x86_64" package

Learn how to uninstall xcb-util.x86_64 on CentOS Stream 8:

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

3. Information about the xcb-util.x86_64 package on CentOS Stream 8

Last metadata expiration check: 6:13:45 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : xcb-util
Version : 0.4.0
Release : 10.el8
Architecture : x86_64
Size : 22 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.