How to Install and Uninstall rsync Package on openSUSE Leap

Last updated: May 18,2024

1. Install "rsync" package

Please follow the guidance below to install rsync on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install rsync

2. Uninstall "rsync" package

Please follow the guidelines below to uninstall rsync on openSUSE Leap:

$ sudo zypper remove rsync

3. Information about the rsync package on openSUSE Leap

Information for package rsync:
------------------------------
Repository : Main Repository
Name : rsync
Version : 3.2.3-150400.3.8.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 808.5 KiB
Installed : No
Status : not installed
Source package : rsync-3.2.3-150400.3.8.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.