How to Install and Uninstall clzip Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "clzip" package

Please follow the step by step instructions below to install clzip on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install clzip

2. Uninstall "clzip" package

This guide covers the steps necessary to uninstall clzip on openSuSE Tumbleweed:

$ sudo zypper remove clzip

3. Information about the clzip package on openSuSE Tumbleweed

Information for package clzip:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : clzip
Version : 1.14-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 162.8 KiB
Installed : No
Status : not installed
Source package : clzip-1.14-1.1.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.