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

Last updated: May 20,2024

1. Install "python3-tinyalign" package

Learn how to install python3-tinyalign on Kali Linux

$ sudo apt update $ sudo apt install python3-tinyalign

2. Uninstall "python3-tinyalign" package

This tutorial shows how to uninstall python3-tinyalign on Kali Linux:

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

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

Package: python3-tinyalign
Source: python-tinyalign (0.2.2-1)
Version: 0.2.2-1+b1
Installed-Size: 106
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.4)
Size: 23208
SHA256: b2100ef6b166a4b54bc2bd63e5e78f01583ba8c83443a574a3c2a964e020f2e2
SHA1: d7f07c58ed7476b92d6c7894b8dbc562b18d4e2f
MD5sum: 7ef3818a2ccc19003cc292e5ddc979cf
Description: numerical representation of differences between strings
A small Python module providing edit distance (aka Levenshtein distance,
that is, counting insertions, deletions and substitutions) and Hamming
distance computation.
.
Its main purpose is to speed up computation of edit distance by allowing
to specify a maximum number of differences maxdiff (banding). If that
parameter is provided, the returned edit distance is anly accurate up
to maxdiff. That is, if the actual edit distance is higher than maxdiff,
a value larger than maxdiff is returned, but not necessarily the actual
edit distance.
Description-md5:
Homepage: https://github.com/marcelm/tinyalign
Section: science
Priority: optional
Filename: pool/main/p/python-tinyalign/python3-tinyalign_0.2.2-1+b1_amd64.deb