How to Install and Uninstall python3-edlib Package on Ubuntu 21.10 (Impish Indri)

Last updated: September 20,2024

1. Install "python3-edlib" package

Learn how to install python3-edlib on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-edlib

2. Uninstall "python3-edlib" package

Please follow the steps below to uninstall python3-edlib on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-edlib package on Ubuntu 21.10 (Impish Indri)

Package: python3-edlib
Architecture: amd64
Version: 1.2.4-2ubuntu3
Priority: optional
Section: universe/python
Source: libedlib
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 91
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), python3 (<< 3.10), python3 (>= 3.9~)
Filename: pool/universe/libe/libedlib/python3-edlib_1.2.4-2ubuntu3_amd64.deb
Size: 32816
MD5sum: f9d8067cf3eaeab7454d58e10c6b02ac
SHA1: 36bcb2d66643b42bdcfc11add5c5c92ecddcde21
SHA256: 6972cc1f6527c0b8df10770f5487353902e39ac88664fe646f02ab3e11987ced
SHA512: e78164c9fa30c460b0bcabbcee8eaf22355c2de82576e6b2cc948faf3994edf3604272fcb043e93c37377261ca59ed0c9f2421c6da31fef12cc7626a9f1ed1a8
Homepage: https://github.com/Martinsos/edlib
Description-en: library for sequence alignment using edit distance (Python3 module)
A lightweight and super fast C/C++ library for sequence alignment using
edit distance.
.
Calculating edit distance of two strings is as simple as:
.
edlibAlign("hello", 5, "world!", 6,
edlibDefaultAlignConfig()).editDistance;
Features
.
* Calculates edit distance (Levehnstein distance).
* It can find optimal alignment path (instructions how to transform
first sequence into the second sequence).
* It can find just the start and/or end locations of alignment path -
can be useful when speed is more important than having exact
alignment path.
* Supports multiple alignment methods: global(NW), prefix(SHW) and
infix(HW), each of them useful for different scenarios.
* You can extend character equality definition, enabling you to e.g.
have wildcard characters, to have case insensitive alignment or to
work with degenerate nucleotides.
* It can easily handle small or very large sequences, even when finding
alignment path, while consuming very little memory.
* Super fast thanks to Myers's bit-vector algorithm.
.
This package contains the Python3 module.
Description-md5: ed0de8ecbfe0977072f548ff6191fe28