How to Install and Uninstall xcb-proto Package on Kali Linux

Last updated: May 16,2024

1. Install "xcb-proto" package

Here is a brief guide to show you how to install xcb-proto on Kali Linux

$ sudo apt update $ sudo apt install xcb-proto

2. Uninstall "xcb-proto" package

This tutorial shows how to uninstall xcb-proto on Kali Linux:

$ sudo apt remove xcb-proto $ sudo apt autoclean && sudo apt autoremove

3. Information about the xcb-proto package on Kali Linux

Package: xcb-proto
Version: 1.16.0-1
Installed-Size: 731
Maintainer: Debian X Strike Force
Architecture: all
Size: 87512
SHA256: b19ffeb0245a94298e8a8237025a9d0d8412cb4575dcf17fe9752c97050d0544
SHA1: 34b919ab9ccebdd2ac84486daef3fb06be9e6f2b
MD5sum: 49c0dc08c24482cc851555ce9534099c
Description: X C Binding - protocol descriptions
xcb-proto contains descriptions of the X Window System core protocol and
selected extensions in an XML-based data format. The X C Binding (XCB)
library uses these descriptions to generate much of its code. You only need
this package if you want to compile XCB or otherwise make use of these
protocol descriptions.
.
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: foreign
Homepage: https://xcb.freedesktop.org
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/x/xcb-proto/xcb-proto_1.16.0-1_all.deb