How to Install and Uninstall zpaq Package on openSUSE Leap

Last updated: May 19,2024

1. Install "zpaq" package

Please follow the step by step instructions below to install zpaq on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install zpaq

2. Uninstall "zpaq" package

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

$ sudo zypper remove zpaq

3. Information about the zpaq package on openSUSE Leap

Information for package zpaq:
-----------------------------
Repository : Main Repository
Name : zpaq
Version : 7.15-bp155.3.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 366.5 KiB
Installed : No
Status : not installed
Source package : zpaq-7.15-bp155.3.12.src
Upstream URL : http://mattmahoney.net/dc/zpaq.html
Summary : A journaling, incremental, deduplicating archiver
Description :
zpaq is a journaling, incremental, deduplicating archiver.
"Journaling" means that when you update a file or directory, both the
old and new versions are saved and can be extracted. "Incremental"
means that only those files whose last-modified date has changed
since the previous backup are added. For 100 GB of files, this
typically takes 1-2 minutes, vs. a few hours to create the first
version. "Deduplicating" means that identical files or fragments are
stored only once to save time and space.