How to Install and Uninstall python3-diff-match-patch Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

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

Please follow the steps below to install python3-diff-match-patch on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Here is a brief guide to show you how to uninstall python3-diff-match-patch on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-diff-match-patch package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-diff-match-patch
Priority: optional
Section: universe/python
Installed-Size: 155
Maintainer: Ubuntu Developers
Original-Maintainer: Stuart Prescott
Architecture: all
Source: python-diff-match-patch
Version: 20121119-1
Filename: pool/universe/p/python-diff-match-patch/python3-diff-match-patch_20121119-1_all.deb
Size: 24078
MD5sum: f58800812d61477ec21d477ec6803e98
SHA1: 70eacba3e501ff7b76326abb1d0c251f8a3b8f9f
SHA256: eaf203b48741613adee7b07d7489e94692e542d2cceafbf95fffab045095a9a6
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
Homepage: https://pypi.python.org/pypi/diff-match-patch
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu