How to Install and Uninstall libedlib-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 21,2024

1. Install "libedlib-dev" package

This guide let you learn how to install libedlib-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libedlib-dev

2. Uninstall "libedlib-dev" package

Please follow the instructions below to uninstall libedlib-dev on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove libedlib-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libedlib-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: libedlib-dev
Architecture: amd64
Version: 1.2.4-2ubuntu1
Priority: optional
Section: universe/libdevel
Source: libedlib
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 59
Depends: libedlib0 (= 1.2.4-2ubuntu1)
Filename: pool/universe/libe/libedlib/libedlib-dev_1.2.4-2ubuntu1_amd64.deb
Size: 17740
MD5sum: 59c2ce343f571621febc3d007775435e
SHA1: d05ade5af3a97974bb8cb8005f742f37260dc724
SHA256: aeba92e5b1de574b466be0a89031bfccf8144d18cbb92479344b12b8b430c29f
SHA512: 0fbafd3cfef459671b9fe30c2e364dcce3734c141633e4e85ec2285057f0f2e87e912779551168e7932749f6a878d9c042a46eb2e8868a1b25863f95364d65bc
Homepage: https://github.com/Martinsos/edlib
Description-en: library for sequence alignment using edit distance (devel)
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 static library and the header files.
Description-md5: c27a8555f6ade9a2b16d3573f80ce761