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

Last updated: May 13,2024

1. Install "libxcb-damage0" package

This guide covers the steps necessary to install libxcb-damage0 on Kali Linux

$ sudo apt update $ sudo apt install libxcb-damage0

2. Uninstall "libxcb-damage0" package

This is a short guide on how to uninstall libxcb-damage0 on Kali Linux:

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

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

Package: libxcb-damage0
Source: libxcb
Version: 1.15-1
Installed-Size: 126
Maintainer: Debian X Strike Force
Architecture: amd64
Depends: libc6 (>= 2.4), libxcb1
Size: 104704
SHA256: 7ae68150039fa8f9eb3f01de27d7ec12b6e06d4429c3c3d50eb74512026927a3
SHA1: 718642d18eaeba26d4408d605cfdd2039a9b0040
MD5sum: 905cc19d3d920a284b2c9e53efbbbe2e
Description: X C Binding, damage extension
This package contains the library files needed to run 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: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libx/libxcb/libxcb-damage0_1.15-1_amd64.deb