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

Last updated: May 19,2024

1. Install "libxcb-xfixes0" package

Here is a brief guide to show you how to install libxcb-xfixes0 on Kali Linux

$ sudo apt update $ sudo apt install libxcb-xfixes0

2. Uninstall "libxcb-xfixes0" package

Learn how to uninstall libxcb-xfixes0 on Kali Linux:

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

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

Package: libxcb-xfixes0
Source: libxcb
Version: 1.15-1
Installed-Size: 151
Maintainer: Debian X Strike Force
Architecture: amd64
Depends: libc6 (>= 2.4), libxcb1
Size: 109368
SHA256: d744a7ebad2cbcf301c96cd6a1ab3ee856e436fc7be5cff5b7c28ac2ac181a64
SHA1: 7db06ea8fe6805e3b908f542c8e3087332097ab1
MD5sum: 103a3d602eb8284ae10f96770ff2a731
Description: X C Binding, xfixes extension
This package contains the library files needed to run software using
libxcb-xfixes, the xfixes 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-xfixes0_1.15-1_amd64.deb