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

Last updated: May 17,2024

1. Install "libxcb-xfixes0-dev" package

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

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

2. Uninstall "libxcb-xfixes0-dev" package

Please follow the steps below to uninstall libxcb-xfixes0-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

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