How to Install and Uninstall xcb-util.x86_64 Package on Amazon Linux 2

Last updated: May 06,2024

1. Install "xcb-util.x86_64" package

This guide covers the steps necessary to install xcb-util.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install xcb-util.x86_64

2. Uninstall "xcb-util.x86_64" package

Learn how to uninstall xcb-util.x86_64 on Amazon Linux 2:

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

3. Information about the xcb-util.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : xcb-util
Arch : x86_64
Version : 0.4.0
Release : 2.amzn2.0.2
Size : 16 k
Repo : amzn2-core/2/x86_64
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.