How to Install and Uninstall libxdiff.i686 Package on Fedora 34

Last updated: October 05,2024

1. Install "libxdiff.i686" package

Please follow the step by step instructions below to install libxdiff.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libxdiff.i686

2. Uninstall "libxdiff.i686" package

Please follow the step by step instructions below to uninstall libxdiff.i686 on Fedora 34:

$ sudo dnf remove libxdiff.i686 $ sudo dnf autoremove

3. Information about the libxdiff.i686 package on Fedora 34

Last metadata expiration check: 1:36:35 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : libxdiff
Version : 1.0
Release : 18.fc34
Architecture : i686
Size : 39 k
Source : libxdiff-1.0-18.fc34.src.rpm
Repository : fedora
Summary : Basic functionality to create difference/patches in binary and text
URL : https://github.com/spotrh/libxdiff
License : LGPLv2+
Description : The LibXDiff library implements basic and yet complete functionalities to
: create file differences/patches to both binary and text files. The library
: uses memory files as file abstraction to achieve both performance and
: portability. For binary files, LibXDiff implements both (with some
: modification) the algorithm described in File System Support for Delta
: Compression by Joshua P. MacDonald, and the algorithm described in
: Fingerprinting By Random Polynomials by Michael O. Rabin. While for text
: files it follows directives described in An O(ND) Difference Algorithm
: and Its Variations by Eugene W. Myers.
:
: This is a merged fork of the forks of the original libxdiff (0.23) found
: in the git and libgit2 source code, converted into a shared library.