How to Install and Uninstall libxcb-util1 Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "libxcb-util1" package

This guide covers the steps necessary to install libxcb-util1 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libxcb-util1

2. Uninstall "libxcb-util1" package

This tutorial shows how to uninstall libxcb-util1 on openSuSE Tumbleweed:

$ sudo zypper remove libxcb-util1

3. Information about the libxcb-util1 package on openSuSE Tumbleweed

Information for package libxcb-util1:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libxcb-util1
Version : 0.4.1-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 26.1 KiB
Installed : No
Status : not installed
Source package : xcb-util-0.4.1-1.3.src
Upstream URL : https://xcb.freedesktop.org/
Summary : XCB utility modules
Description :
The XCB util modules provide 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.
Included in this package are:
- atom: Standard core X atom constants and atom caching.
- aux: Convenient access to connection setup and some core requests.
- event: Callback X event handling.