How to Install and Uninstall libxcb.i686 Package on CentOS 8 / RHEL 8

Last updated: November 18,2024

1. Install "libxcb.i686" package

Please follow the instructions below to install libxcb.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libxcb.i686

2. Uninstall "libxcb.i686" package

Learn how to uninstall libxcb.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove libxcb.i686 $ sudo dnf autoremove

3. Information about the libxcb.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:57:16 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libxcb
Version : 1.13.1
Release : 1.el8
Architecture : i686
Size : 248 k
Source : libxcb-1.13.1-1.el8.src.rpm
Repository : appstream
Summary : A C binding to the X11 protocol
URL : https://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.