How to Install and Uninstall clzip Package on Kali Linux

Last updated: May 19,2024

1. Install "clzip" package

Please follow the steps below to install clzip on Kali Linux

$ sudo apt update $ sudo apt install clzip

2. Uninstall "clzip" package

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

$ sudo apt remove clzip $ sudo apt autoclean && sudo apt autoremove

3. Information about the clzip package on Kali Linux

Package: clzip
Version: 1.14-1
Installed-Size: 166
Maintainer: Daniel Baumann
Architecture: amd64
Provides: lzip-alternative, lzip-compressor, lzip-decompressor
Depends: libc6 (>= 2.34)
Size: 79920
SHA256: f14fd7516778486607ec00d8bb9ff1e4b946340997715e80763d8648540d51e2
SHA1: d7063fc6a74890f2a1af8c8b32e26c428eeb0f12
MD5sum: 0287383df44ed1f6d736a2c323d2577e
Description: C, lossless data compressor based on the LZMA algorithm
Lzip is a lossless data compressor based on the LZMA algorithm, with very safe
integrity checking and a user interface similar to the one of gzip or bzip2.
Lzip decompresses almost as fast as gzip and compresses better than bzip2,
which makes it well suited for software distribution and data archiving.
.
Clzip is a C language version of lzip using the lzip file format; the files
produced by clzip are fully compatible with lzip.
.
Clzip is intended for embedded devices or systems lacking a C++ compiler.
Description-md5:
Homepage: http://www.nongnu.org/lzip/clzip.html
Tag: implemented-in::c, interface::commandline, role::program,
scope::utility, use::compressing, works-with::archive, works-with::file
Section: utils
Priority: optional
Filename: pool/main/c/clzip/clzip_1.14-1_amd64.deb