How to Install and Uninstall rsync.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 28,2024

1. Install "rsync.x86_64" package

Please follow the guidelines below to install rsync.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install rsync.x86_64

2. Uninstall "rsync.x86_64" package

Please follow the instructions below to uninstall rsync.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove rsync.x86_64 $ sudo yum autoremove

3. Information about the rsync.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : rsync
Arch : x86_64
Version : 3.1.2
Release : 10.el7
Size : 815 k
Repo : installed
From repo : base
Summary : A program for synchronizing files over a network
URL : http://rsync.samba.org/
License : GPLv3+
Description : Rsync uses a reliable algorithm to bring remote and host files
: into sync very quickly. Rsync is fast because it just sends the
: differences in the files over the network instead of sending the
: complete files. Rsync is often used as a very powerful mirroring
: process or just as a more capable replacement for the rcp command.
: A technical report which describes the rsync algorithm is included
: in this package.