How to Install and Uninstall librsync.i686 Package on Fedora 36

Last updated: October 11,2024

1. Install "librsync.i686" package

This tutorial shows how to install librsync.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install librsync.i686

2. Uninstall "librsync.i686" package

Please follow the instructions below to uninstall librsync.i686 on Fedora 36:

$ sudo dnf remove librsync.i686 $ sudo dnf autoremove

3. Information about the librsync.i686 package on Fedora 36

Last metadata expiration check: 4:20:29 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : librsync
Version : 2.3.2
Release : 3.fc36
Architecture : i686
Size : 66 k
Source : librsync-2.3.2-3.fc36.src.rpm
Repository : fedora
Summary : Rsync remote-delta algorithm library
URL : https://librsync.github.io/
License : LGPLv2+
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.