How to Install and Uninstall xcb-util.src Package on Oracle Linux 8

Last updated: July 02,2024

1. Install "xcb-util.src" package

Please follow the guidelines below to install xcb-util.src on Oracle Linux 8

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

2. Uninstall "xcb-util.src" package

This guide covers the steps necessary to uninstall xcb-util.src on Oracle Linux 8:

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

3. Information about the xcb-util.src package on Oracle Linux 8

Last metadata expiration check: 5:54:40 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : xcb-util
Version : 0.4.0
Release : 10.el8
Architecture : src
Size : 304 k
Source : None
Repository : ol8_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.