How to Install and Uninstall python3-patiencediff Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-patiencediff" package

This tutorial shows how to install python3-patiencediff on Kali Linux

$ sudo apt update $ sudo apt install python3-patiencediff

2. Uninstall "python3-patiencediff" package

Learn how to uninstall python3-patiencediff on Kali Linux:

$ sudo apt remove python3-patiencediff $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-patiencediff package on Kali Linux

Package: python3-patiencediff
Source: patiencediff (0.2.13-1)
Version: 0.2.13-1+b1
Installed-Size: 120
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.4)
Size: 22784
SHA256: 13f7cf632f57e8714f35230f19fb1794c8db08690152d93bee17fe4ed322ae4a
SHA1: 874cc9f80f7001d4aaf1662edcdd775d89708651
MD5sum: 6bd1b6fef2d0afafee160111a90efe96
Description: diff implementation with balanced performance, output and implementation
This package contains the implementation of the ``patiencediff`` algorithm, as
first described by Bram Cohen.
.
Like Python's ``difflib``, this module provides both a convience
``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.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/breezy-team/patiencediff
Section: python
Priority: optional
Filename: pool/main/p/patiencediff/python3-patiencediff_0.2.13-1+b1_amd64.deb