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

Last updated: October 07,2024

1. Install "libxdiff.x86_64" package

This tutorial shows how to install libxdiff.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install libxdiff.x86_64

2. Uninstall "libxdiff.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libxdiff.x86_64 on Fedora 34:

$ sudo dnf remove libxdiff.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:23:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libxdiff
Version : 1.0
Release : 18.fc34
Architecture : x86_64
Size : 38 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.