How to Install and Uninstall libxcb1 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 05,2024

1. Install "libxcb1" package

This is a short guide on how to install libxcb1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libxcb1

2. Uninstall "libxcb1" package

Please follow the instructions below to uninstall libxcb1 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libxcb1 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libxcb1
Priority: standard
Section: libs
Installed-Size: 173
Maintainer: Ubuntu X-SWAT
Original-Maintainer: Debian X Strike Force
Architecture: amd64
Source: libxcb
Version: 1.11.1-1ubuntu1
Depends: libc6 (>= 2.14), libxau6, libxdmcp6
Breaks: alsa-utils (<< 1.0.24.2-5)
Filename: pool/main/libx/libxcb/libxcb1_1.11.1-1ubuntu1_amd64.deb
Size: 40006
MD5sum: 7bbe1f1568c088c9ec34127fdcb6ed30
SHA1: ccdd79a5ed5528a42f9dd6cd5a066ce18aa6abff
SHA256: 74feef1455379608484266ad3dd9d6d2419fed7e9fba34625c04012401fc9069
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
Multi-Arch: same
Homepage: http://xcb.freedesktop.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y
Task: standard, mythbuntu-frontend, mythbuntu-backend-slave, mythbuntu-backend-master, ubuntu-sdk-libs, ubuntu-touch