How to Install and Uninstall plzip Package on openSUSE Leap

Last updated: May 18,2024

1. Install "plzip" package

This tutorial shows how to install plzip on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install plzip

2. Uninstall "plzip" package

This guide let you learn how to uninstall plzip on openSUSE Leap:

$ sudo zypper remove plzip

3. Information about the plzip package on openSUSE Leap

Information for package plzip:
------------------------------
Repository : Main Repository
Name : plzip
Version : 1.10-bp155.1.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 132.9 KiB
Installed : No
Status : not installed
Source package : plzip-1.10-bp155.1.7.src
Upstream URL : https://www.nongnu.org/lzip/plzip.html
Summary : Parallel LZMA Data Compressor
Description :
Plzip is a parallel version of the lzip data compressor. The files
produced by plzip are fully compatible with lzip-1.4 or newer. Plzip
is intended for faster compression/decompression of big files on
multiprocessor machines.
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.