How to Install and Uninstall python3-diff-match-patch Package on Kali Linux

Last updated: May 13,2024

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

Here is a brief guide to show you how to install python3-diff-match-patch on Kali Linux

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

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

Please follow the guidance below to uninstall python3-diff-match-patch on Kali Linux:

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

3. Information about the python3-diff-match-patch package on Kali Linux

Package: python3-diff-match-patch
Source: python-diff-match-patch
Version: 20230430-1
Installed-Size: 189
Maintainer: Stuart Prescott
Architecture: all
Depends: python3:any
Size: 33084
SHA256: ed48730fedd0b37704075b96b4d13db709eb3e3e1f5c35169ae8643b75cea635
SHA1: 635b20d883760dae8011430d9ffac265a3806f0b
MD5sum: 3996fe51e763856f487d1b96c9077ca4
Description: 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:
Homepage: https://github.com/diff-match-patch-python/diff-match-patch
Tag: devel::lang:python, devel::library, field::biology,
field::biology:bioinformatics, implemented-in::python,
interface::commandline, role::devel-lib, role::program, use::comparing,
use::synchronizing, works-with-format::diff,
works-with-format::plaintext, works-with::software:source,
works-with::text
Section: python
Priority: optional
Filename: pool/main/p/python-diff-match-patch/python3-diff-match-patch_20230430-1_all.deb