How to Install and Uninstall librsync.x86_64 Package on Rocky Linux 9

Last updated: May 03,2024

1. Install "librsync.x86_64" package

Please follow the steps below to install librsync.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install librsync.x86_64

2. Uninstall "librsync.x86_64" package

Please follow the guidelines below to uninstall librsync.x86_64 on Rocky Linux 9:

$ sudo dnf remove librsync.x86_64 $ sudo dnf autoremove

3. Information about the librsync.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:52:28 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : librsync
Version : 2.3.4
Release : 1.el9
Architecture : x86_64
Size : 57 k
Source : librsync-2.3.4-1.el9.src.rpm
Repository : epel
Summary : Rsync remote-delta algorithm library
URL : https://librsync.github.io/
License : LGPL-2.1-or-later
Description : librsync is a library for calculating and applying network deltas, with an
: interface designed to ease integration into diverse network applications.
:
: librsync encapsulates the core algorithms of the rsync protocol, which help
: with efficient calculation of the differences between two files. The rsync
: algorithm is different from most differencing algorithms because it does not
: require the presence of the two files to calculate the delta. Instead, it
: requires a set of checksums of each block of one file, which together form a
: signature for that file. Blocks at any in the other file which have the same
: checksum are likely to be identical, and whatever remains is the difference.