How to Install and Uninstall python3-diff-match-patch Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "python3-diff-match-patch" package

Learn how to install python3-diff-match-patch on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-diff-match-patch

2. Uninstall "python3-diff-match-patch" package

This guide covers the steps necessary to uninstall python3-diff-match-patch on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-diff-match-patch $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-diff-match-patch package on Ubuntu 21.10 (Impish Indri)

Package: python3-diff-match-patch
Architecture: all
Version: 20200713-1
Priority: optional
Section: universe/python
Source: python-diff-match-patch
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Stuart Prescott
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 294
Depends: python3:any
Filename: pool/universe/p/python-diff-match-patch/python3-diff-match-patch_20200713-1_all.deb
Size: 28872
MD5sum: a117fa68c95376f96263a051e76c1626
SHA1: 13813774711a1e90b3c3d8cbef8db7ddd528a35b
SHA256: b7aa3000ad99322f15a1799885e30995da08c8c4558bedaf0736310e730f12ca
SHA512: aea7fed7e0e8195e36efcde96340da47e615b02a8a808981c9df14cc042df651fbef2d38998662a4f9efcc2a6edbfc87a101e1db12c65a91e384142964721446
Homepage: https://pypi.python.org/pypi/diff-match-patch
Description-en: robust algorithms for synchronizing plain text (Python 3 module)
The Diff Match and Patch libraries offer robust algorithms to perform the
operations required for synchronizing plain text.
.
* Diff: Compare two blocks of plain text and efficiently return a list of
differences.
* Match: Given a search string, find its best fuzzy match in a block of plain
text. Weighted for both accuracy and location.
* Patch: Apply a list of patches onto plain text. Use best-effort to apply
patch even when the underlying text doesn't match.
.
This package provides the Python 3 version of the module.
Description-md5: 770abe550d8c9c3f852d93081f74b084