How to Install and Uninstall xcb-util.x86_64 Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "xcb-util.x86_64" package

This guide covers the steps necessary to install xcb-util.x86_64 on Oracle Linux 9

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

2. Uninstall "xcb-util.x86_64" package

Please follow the step by step instructions below to uninstall xcb-util.x86_64 on Oracle Linux 9:

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

3. Information about the xcb-util.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:28:14 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : xcb-util
Version : 0.4.0
Release : 19.el9
Architecture : x86_64
Size : 20 k
Source : xcb-util-0.4.0-19.el9.src.rpm
Repository : ol9_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.