How to Install and Uninstall libxcb-damage0-dev Package on Kali Linux

Last updated: May 12,2024

1. Install "libxcb-damage0-dev" package

In this section, we are going to explain the necessary steps to install libxcb-damage0-dev on Kali Linux

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

2. Uninstall "libxcb-damage0-dev" package

Please follow the instructions below to uninstall libxcb-damage0-dev on Kali Linux:

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

3. Information about the libxcb-damage0-dev package on Kali Linux

Package: libxcb-damage0-dev
Source: libxcb
Version: 1.15-1
Installed-Size: 129
Maintainer: Debian X Strike Force
Architecture: amd64
Depends: libxcb-damage0 (= 1.15-1), libxcb1-dev, libxcb-xfixes0-dev
Size: 105436
SHA256: 573223251b06ebd3996e91b9715a984d1619a8fb1b9e3efa154c8cb4a3e81a9e
SHA1: 2190321240ae7926247fec99c63f452fd284d04f
MD5sum: 5c8dc6664d3192b93664bcb556402b82
Description: X C Binding, damage extension, development files
This package contains the header and library files needed to build software
using libxcb-damage, the damage 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:
Multi-Arch: same
Homepage: https://xcb.freedesktop.org
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libx/libxcb/libxcb-damage0-dev_1.15-1_amd64.deb