How to Install and Uninstall libxcb.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "libxcb.x86_64" package

Here is a brief guide to show you how to install libxcb.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libxcb.x86_64

2. Uninstall "libxcb.x86_64" package

This tutorial shows how to uninstall libxcb.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libxcb.x86_64 $ sudo dnf autoremove

3. Information about the libxcb.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:34:24 ago on Mon Feb 26 07:04:30 2024.
Installed Packages
Name : libxcb
Version : 1.13.1
Release : 9.el9
Architecture : x86_64
Size : 1.1 M
Source : libxcb-1.13.1-9.el9.src.rpm
Repository : @System
From repo : ubi-9-appstream-rpms
Summary : A C binding to the X11 protocol
URL : http://xcb.freedesktop.org/
License : MIT
Description : The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a
: small footprint, latency hiding, direct access to the protocol, improved
: threading support, and extensibility.