How to Install and Uninstall clzip Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "clzip" package

Please follow the guidelines below to install clzip on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install clzip

2. Uninstall "clzip" package

Here is a brief guide to show you how to uninstall clzip on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the clzip package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: clzip
Priority: optional
Section: universe/utils
Installed-Size: 139
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel Baumann
Architecture: amd64
Version: 1.7-1
Provides: lzip-alternative
Depends: libc6 (>= 2.14)
Filename: pool/universe/c/clzip/clzip_1.7-1_amd64.deb
Size: 49190
MD5sum: 32c1e8571dce229b13a68bbd736869b3
SHA1: 205599e29cbd5e14a33c316f2d130fae07ebdbb7
SHA256: 921ed197cf94801156c9990feb56c4257d22bc389f09e7afa444327c971ad554
Description-en: 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: f4f9082ace3754e4570abdb054e5ccc8
Homepage: http://www.nongnu.org/lzip/clzip.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu