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

Last updated: May 11,2024

1. Install "libxcb-screensaver0" package

This guide let you learn how to install libxcb-screensaver0 on Kali Linux

$ sudo apt update $ sudo apt install libxcb-screensaver0

2. Uninstall "libxcb-screensaver0" package

Please follow the instructions below to uninstall libxcb-screensaver0 on Kali Linux:

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

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

Package: libxcb-screensaver0
Source: libxcb
Version: 1.15-1
Installed-Size: 127
Maintainer: Debian X Strike Force
Architecture: amd64
Depends: libc6 (>= 2.14), libxcb1
Size: 106032
SHA256: 99dc5f8abb4b90d369cc1b2c7607187f9e8b1b632cb73b1d15decf0273c5a3bb
SHA1: 55437334d99bf636bb82d98642dd0b0227078992
MD5sum: a89668d2369ac560ff9789400af814d3
Description: X C Binding, screensaver extension
This package contains the library files needed to run software using
libxcb-screensaver, the screensaver 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-screensaver0_1.15-1_amd64.deb