How to Install and Uninstall libedlib0 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "libedlib0" package

Please follow the steps below to install libedlib0 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libedlib0

2. Uninstall "libedlib0" package

In this section, we are going to explain the necessary steps to uninstall libedlib0 on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libedlib0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libedlib0 package on Ubuntu 21.10 (Impish Indri)

Package: libedlib0
Architecture: amd64
Version: 1.2.4-2ubuntu3
Priority: optional
Section: universe/libs
Source: libedlib
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 50
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Filename: pool/universe/libe/libedlib/libedlib0_1.2.4-2ubuntu3_amd64.deb
Size: 16412
MD5sum: 812e3c770bfe9d4234b77dee13904568
SHA1: 09fb4fc95b31b89912fc42921374b480a3f6438e
SHA256: 990cdb4c2e3cd025fa620fd213961f7165add48f5632589041e5404aec8fca6d
SHA512: ee6e3056b95a1beb8851116e98675ab1532254eb8143b6cf013b913a68076b720b104522b9b15c98e02a0a6ef8156e42f20c00340fa87ddeb77007c6a32901ef
Homepage: https://github.com/Martinsos/edlib
Description-en: library for sequence alignment using edit distance
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 shared library.
Description-md5: ec1245b7696c3a8fa39b95d367f54fc7