How to Install and Uninstall zsync Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "zsync" package

This guide let you learn how to install zsync on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install zsync

2. Uninstall "zsync" package

Please follow the step by step instructions below to uninstall zsync on openSuSE Tumbleweed:

$ sudo zypper remove zsync

3. Information about the zsync package on openSuSE Tumbleweed

Information for package zsync:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : zsync
Version : 0.6.2-26.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 185.6 KiB
Installed : No
Status : not installed
Source package : zsync-0.6.2-26.1.src
Upstream URL : http://zsync.moria.org.uk/
Summary : Client-side Implementation of the Rsync Algorithm over HTTP
Description :
zsync is a implementation of rsync over HTTP. It allows updating of files from
a remote Web server without requiring a full download or a special remote
server application. It uses a metafile, which is created on the server,
to determine which parts of a file the user already has; it then downloads
the remaining parts via HTTP. No special server or Web server module is
needed. It also works with gzip files, and content on the server can be
compressed to further reduce download times.