How to Install and Uninstall python3-tinyalign Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 08,2024

1. Install "python3-tinyalign" package

Please follow the instructions below to install python3-tinyalign on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install python3-tinyalign

2. Uninstall "python3-tinyalign" package

Please follow the guidelines below to uninstall python3-tinyalign on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the python3-tinyalign package on Ubuntu 20.10 (Groovy Gorilla)

Package: python3-tinyalign
Architecture: amd64
Version: 0.2-5
Priority: optional
Section: universe/science
Source: python-tinyalign
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 67
Depends: python3 (<< 3.9), python3 (>= 3.8~), python3:any, libc6 (>= 2.4)
Filename: pool/universe/p/python-tinyalign/python3-tinyalign_0.2-5_amd64.deb
Size: 18728
MD5sum: 0931a9ab92db02510e6a9242a09c7f88
SHA1: 0d1149e9b1d102fa846d3cd4e3ac9f3881363316
SHA256: c239f62d5857e90e9955efc68cf8532383b19548c79ec036b5930ced996db36f
SHA512: cb22923ecb2227c2011ce05a83bbe8a54a9aea7716e20084f6f18446a7edb4384bd3da8e35265e124718a8586ca71ffbef111d5b2b3953e60eae212185af5c69
Homepage: https://github.com/marcelm/tinyalign
Description-en: 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: fc735838ecfedf1d81ef5dbe3b55a580