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

Last updated: May 12,2024

1. Install "libxcb-randr0-dev" package

Please follow the guidance below to install libxcb-randr0-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libxcb-randr0-dev" package

Please follow the step by step instructions below to uninstall libxcb-randr0-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

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