How to install Rsync

Step-by-step intructions for installing Rsync.

Install Rsync on Ubuntu

The first step is to run the update command to update packages to their latest version:

$ apt-get update -y

Once all packages are updated, install Rsync:

$ apt install rsync

Install Rsync on CentOS / Fedora / RedHat

Rsync can be installed on CentOS / Fedora or RedHat using the yum package manager:

$ yum install rsync