How to Install and Uninstall libxcb-shm0-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libxcb-shm0-dev" package

In this section, we are going to explain the necessary steps to install libxcb-shm0-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libxcb-shm0-dev

2. Uninstall "libxcb-shm0-dev" package

This guide covers the steps necessary to uninstall libxcb-shm0-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libxcb-shm0-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libxcb-shm0-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libxcb-shm0-dev
Priority: optional
Section: libdevel
Installed-Size: 51
Maintainer: Ubuntu X-SWAT
Original-Maintainer: Debian X Strike Force
Architecture: amd64
Source: libxcb
Version: 1.11.1-1ubuntu1
Depends: libxcb-shm0 (= 1.11.1-1ubuntu1), libxcb1-dev
Filename: pool/main/libx/libxcb/libxcb-shm0-dev_1.11.1-1ubuntu1_amd64.deb
Size: 6604
MD5sum: d54e84d89af2794d79333127a4956be8
SHA1: ba077d46de3de835c8dca801a3b1bbbcfcffa6a1
SHA256: d07505e8f0fcb1cd722c52089a783b9ba989b486d318e62818931ebb8536a65c
Description-en: X C Binding, shm extension, development files
This package contains the header and library files needed to build software
using libxcb-shm, the shm extension for 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: 6f179a331f00f73798b8c2cabed1a88f
Multi-Arch: same
Homepage: http://xcb.freedesktop.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m