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

Last updated: April 29,2024

1. Install "libxcb-present-dev" package

Please follow the step by step instructions below to install libxcb-present-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libxcb-present-dev" package

This is a short guide on how to uninstall libxcb-present-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libxcb-present-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-present0 (= 1.11.1-1ubuntu1), libxcb1-dev, libxcb-randr0-dev, libxcb-xfixes0-dev, libxcb-sync-dev
Filename: pool/main/libx/libxcb/libxcb-present-dev_1.11.1-1ubuntu1_amd64.deb
Size: 6618
MD5sum: cd4fcc6dac7c8fecd4bac1c00896cd3e
SHA1: 0585c02ab51f8831d81de88ded8914b2468b4be6
SHA256: 5444f39caefd637907c2a25f4ca8455f8d6a1e7c9a88813b510b489d2879da06
Description-en: X C Binding, present extension, development files
This package contains the header and library files needed to build software
using libxcb-present, the present 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: 55dfd51e536b0ce79a88fefa0b7a9b6a
Multi-Arch: same
Homepage: http://xcb.freedesktop.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntu-sdk-libs-dev