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

Last updated: April 29,2024

1. Install "libxcb-dri2-0-dev" package

This tutorial shows how to install libxcb-dri2-0-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libxcb-dri2-0-dev

2. Uninstall "libxcb-dri2-0-dev" package

Here is a brief guide to show you how to uninstall libxcb-dri2-0-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libxcb-dri2-0-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libxcb-dri2-0-dev
Priority: optional
Section: libdevel
Installed-Size: 80
Maintainer: Ubuntu X-SWAT
Original-Maintainer: Debian X Strike Force
Architecture: amd64
Source: libxcb
Version: 1.11.1-1ubuntu1
Depends: libxcb-dri2-0 (= 1.11.1-1ubuntu1), libxcb1-dev
Filename: pool/main/libx/libxcb/libxcb-dri2-0-dev_1.11.1-1ubuntu1_amd64.deb
Size: 8384
MD5sum: 94ee0ee5d3c29c1a6403d61433912fa7
SHA1: 5821cea1c964a3b85d0dcedff3dd518b91d2b126
SHA256: 25b88192f2f4dc0cbc6c85cfb0412eb5eda0de1fdba1e22d1f03724f04cf98c6
Description-en: X C Binding, dri2 extension, development files
This package contains the header and library files needed to build software
using libxcb-dri2, the dri2 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: aa14a85bcea2f923ff44e959546b453b
Multi-Arch: same
Homepage: http://xcb.freedesktop.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntu-sdk-libs-dev