How to Install and Uninstall python3-patiencediff.x86_64 Package on Fedora 39

Last updated: January 11,2025

1. Install "python3-patiencediff.x86_64" package

Please follow the step by step instructions below to install python3-patiencediff.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install python3-patiencediff.x86_64

2. Uninstall "python3-patiencediff.x86_64" package

Please follow the guidelines below to uninstall python3-patiencediff.x86_64 on Fedora 39:

$ sudo dnf remove python3-patiencediff.x86_64 $ sudo dnf autoremove

3. Information about the python3-patiencediff.x86_64 package on Fedora 39

Last metadata expiration check: 5:23:11 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-patiencediff
Version : 0.2.13
Release : 3.fc39
Architecture : x86_64
Size : 56 k
Source : python-patiencediff-0.2.13-3.fc39.src.rpm
Repository : fedora
Summary : Python implementation of the patiencediff algorithm
URL : https://www.breezy-vcs.org/
License : GPL-2.0-or-later
Description : This package contains the implementation of the patiencediff algorithm, as
: first described by Bram Cohen. Like Python's difflib, this module provides
: both a convenience unified_diff function for the generation of unified diffs of
: text files as well as a SequenceMatcher that can be used on arbitrary
: lists. Patiencediff provides a good balance of performance, nice output for
: humans, and implementation simplicity.