How to Install and Uninstall libxcb1 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 05,2024

1. Install "libxcb1" package

Please follow the instructions below to install libxcb1 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libxcb1

2. Uninstall "libxcb1" package

Please follow the instructions below to uninstall libxcb1 on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libxcb1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libxcb1 package on Ubuntu 21.10 (Impish Indri)

Package: libxcb1
Architecture: amd64
Version: 1.14-3ubuntu1
Multi-Arch: same
Priority: standard
Section: libs
Source: libxcb
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian X Strike Force
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 206
Depends: libc6 (>= 2.14), libxau6 (>= 1:1.0.9), libxdmcp6
Breaks: alsa-utils (<< 1.0.24.2-5)
Filename: pool/main/libx/libxcb/libxcb1_1.14-3ubuntu1_amd64.deb
Size: 45312
MD5sum: 77f8a750f64a234ee7465353982c0fcf
SHA1: 652b0c6f75633af72e1de3ca49afcc55fe195e50
SHA256: f3729f5c8476375991ba7fa060d68981896f8afa76132fee07f344a486cebab3
SHA512: 01d8031464f5b94ac8611ebf9707c24651b9d9f44af9feb1b7bee3e686402fd87b59872b967990fc4918232e39b455f548b1367de618e1fb345ac8ba5ba17d61
Homepage: https://xcb.freedesktop.org
Description-en: X C Binding
This package contains the library files needed to run software using libxcb,
the X C Binding.
.
The XCB library provides an interface to the X Window System protocol,
designed to replace the Xlib interface. XCB provides several advantages over
Xlib:
.
* Size: small library and lower memory footprint
* Latency hiding: batch several requests and wait for the replies later
* Direct protocol access: one-to-one mapping between interface and protocol
* Thread support: access XCB from multiple threads, with no explicit locking
* Easy creation of new extensions: automatically generates interface from
machine-parsable protocol descriptions
Description-md5: 93568dcb3007e5182147ac40c36650aa
Task: standard