How to Install and Uninstall plzip Package on Kali Linux

Last updated: January 09,2025

1. Install "plzip" package

Please follow the step by step instructions below to install plzip on Kali Linux

$ sudo apt update $ sudo apt install plzip

2. Uninstall "plzip" package

Please follow the steps below to uninstall plzip on Kali Linux:

$ sudo apt remove plzip $ sudo apt autoclean && sudo apt autoremove

3. Information about the plzip package on Kali Linux

Package: plzip
Version: 1.11-1
Installed-Size: 139
Maintainer: Daniel Baumann
Architecture: amd64
Provides: lzip-alternative, lzip-compressor, lzip-decompressor
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), liblz1 (>= 1.13), libstdc++6 (>= 11)
Size: 63884
SHA256: 368e914b65fd4583a56d4db2770a68d726ee6a13a0d862330e0f368b155afa11
SHA1: 3d7c11ea3760a139651a28967158c4388ed4b999
MD5sum: 9c6ebc89a58074b7588ff5255f8c0a81
Description: parallel, 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.
.
Plzip is a massively parallel (multi-threaded) version of lzip using the lzip
file format; the files produced by plzip are fully compatible with lzip.
.
Plzip is intended for faster compression/decompression of big files on
multiprocessor machines, which makes it specially well suited for distribution
of big software files and large scale data archiving. On files big enough,
plzip can use hundreds of processors.
Description-md5:
Homepage: http://www.nongnu.org/lzip/plzip.html
Tag: implemented-in::c++, role::program, use::compressing
Section: utils
Priority: optional
Filename: pool/main/p/plzip/plzip_1.11-1_amd64.deb