How to Install and Uninstall libxdiff.x86_64 Package on Fedora 35

Last updated: July 05,2024

1. Install "libxdiff.x86_64" package

Please follow the step by step instructions below to install libxdiff.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install libxdiff.x86_64

2. Uninstall "libxdiff.x86_64" package

Here is a brief guide to show you how to uninstall libxdiff.x86_64 on Fedora 35:

$ sudo dnf remove libxdiff.x86_64 $ sudo dnf autoremove

3. Information about the libxdiff.x86_64 package on Fedora 35

Last metadata expiration check: 5:38:43 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : libxdiff
Version : 1.0
Release : 19.fc35
Architecture : x86_64
Size : 37 k
Source : libxdiff-1.0-19.fc35.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.