How to Install and Uninstall libxcb1 Package on Kali Linux

Last updated: May 05,2024

1. Install "libxcb1" package

This is a short guide on how to install libxcb1 on Kali Linux

$ sudo apt update $ sudo apt install libxcb1

2. Uninstall "libxcb1" package

Please follow the guidelines below to uninstall libxcb1 on Kali Linux:

$ sudo apt remove libxcb1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libxcb1 package on Kali Linux

Package: libxcb1
Source: libxcb
Version: 1.15-1
Installed-Size: 296
Maintainer: Debian X Strike Force
Architecture: amd64
Depends: libc6 (>= 2.14), libxau6 (>= 1:1.0.9), libxdmcp6
Breaks: alsa-utils (<< 1.0.24.2-5)
Size: 144052
SHA256: fdc61332a3892168f3cc9cfa1fe9cf11a91dc3e0acacbc47cbc50ebaa234cc71
SHA1: 8c57257750c7706504cd33672748414c768faa1d
MD5sum: f35728a21c52c5e591aff7baa950d56a
Description: X C Binding
This package contains the library files needed to run software using libxcb,
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/libxcb1_1.15-1_amd64.deb