How to Install and Uninstall rsync.src Package on Oracle Linux 8
Last updated: November 26,2024
1. Install "rsync.src" package
Please follow the guidance below to install rsync.src on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
rsync.src
Copied
2. Uninstall "rsync.src" package
Please follow the steps below to uninstall rsync.src on Oracle Linux 8:
$
sudo dnf remove
rsync.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the rsync.src package on Oracle Linux 8
Last metadata expiration check: 0:33:10 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : rsync
Version : 3.1.3
Release : 14.el8_6.3
Architecture : src
Size : 1.1 M
Source : None
Repository : ol8_baseos_latest
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.
Available Packages
Name : rsync
Version : 3.1.3
Release : 14.el8_6.3
Architecture : src
Size : 1.1 M
Source : None
Repository : ol8_baseos_latest
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.