How to Install and Uninstall rsync Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "rsync" package

This is a short guide on how to install rsync on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install rsync

2. Uninstall "rsync" package

Learn how to uninstall rsync on openSuSE Tumbleweed:

$ sudo zypper remove rsync

3. Information about the rsync package on openSuSE Tumbleweed

Information for package rsync:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : rsync
Version : 3.2.7-7.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 934.1 KiB
Installed : No
Status : not installed
Source package : rsync-3.2.7-7.1.src
Upstream URL : https://rsync.samba.org/
Summary : Versatile tool for fast incremental file transfer
Description :
Rsync is a fast and extraordinarily versatile file copying tool. It can copy
locally, to/from another host over any remote shell, or to/from a remote rsync
daemon. It offers a large number of options that control every aspect of its
behavior and permit very flexible specification of the set of files to be
copied. It is famous for its delta-transfer algorithm, which reduces the amount
of data sent over the network by sending only the differences between the
source files and the existing files in the destination. Rsync is widely used
for backups and mirroring and as an improved copy command for everyday use.