How to Install and Uninstall clzip Package on openSUSE Leap

Last updated: May 19,2024

1. Install "clzip" package

Please follow the instructions below to install clzip on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install clzip

2. Uninstall "clzip" package

Learn how to uninstall clzip on openSUSE Leap:

$ sudo zypper remove clzip

3. Information about the clzip package on openSUSE Leap

Information for package clzip:
------------------------------
Repository : Main Repository
Name : clzip
Version : 1.13-bp155.1.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 165.7 KiB
Installed : No
Status : not installed
Source package : clzip-1.13-bp155.1.8.src
Upstream URL : http://www.nongnu.org/lzip/clzip.html
Summary : Lossless Data Compressor based on LZMA
Description :
Clzip is a lossless data compressor based on the LZMA algorithm, with
very safe integrity checking and a user interface similar to that of
gzip or bzip2. Clzip decompresses almost as fast as gzip and
compresses better than bzip2, which makes it well suited for software
distribution and data archiving. Clzip uses the lzip file format; the
files produced by clzip are fully compatible with lzip-1.4 or newer.
Clzip is, in fact, a C language implementation of lzip, intended for
embedded devices or systems lacking a C++ compiler.