How to Install and Uninstall lzip Package on Kali Linux

Last updated: May 14,2024

1. Install "lzip" package

Here is a brief guide to show you how to install lzip on Kali Linux

$ sudo apt update $ sudo apt install lzip

2. Uninstall "lzip" package

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

$ sudo apt remove lzip $ sudo apt autoclean && sudo apt autoremove

3. Information about the lzip package on Kali Linux

Package: lzip
Version: 1.24-1
Installed-Size: 176
Maintainer: Daniel Baumann
Architecture: amd64
Provides: lzip-alternative, lzip-compressor, lzip-decompressor
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Size: 89044
SHA256: 346069bfb57900a39baf8d269d45c12dc85eb9841cf9e8e9570697341985e00a
SHA1: 0570460e3b6b04cc5167e91e3babfae326f1c0df
MD5sum: f24febb7da46241b48f28b54a4158280
Description: 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.
Description-md5:
Homepage: http://www.nongnu.org/lzip/lzip.html
Tag: implemented-in::c++, interface::commandline, role::program,
scope::utility, use::compressing, works-with::file
Section: utils
Priority: optional
Filename: pool/main/l/lzip/lzip_1.24-1_amd64.deb