How to Install and Uninstall python3-xcbgen Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-xcbgen" package

Please follow the step by step instructions below to install python3-xcbgen on Kali Linux

$ sudo apt update $ sudo apt install python3-xcbgen

2. Uninstall "python3-xcbgen" package

This is a short guide on how to uninstall python3-xcbgen on Kali Linux:

$ sudo apt remove python3-xcbgen $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-xcbgen package on Kali Linux

Package: python3-xcbgen
Source: xcb-proto
Version: 1.16.0-1
Installed-Size: 95
Maintainer: Debian X Strike Force
Architecture: all
Depends: python3:any
Size: 17684
SHA256: 33bcd50e7b6ced864c1bd4ea4dedde7dd090f01740e043b0836f73796fc28794
SHA1: 247d466bc24e7171bd946223705ccaaaa905f76a
MD5sum: be0fcd93da2d774b9ca3784c97316d92
Description: X C Binding - protocol binding generator (Python 3)
python3-xcbgen generates the X protocol C language bindings from XML
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
Section: python
Priority: optional
Filename: pool/main/x/xcb-proto/python3-xcbgen_1.16.0-1_all.deb