How to Install and Uninstall libedlib-dev Package on Kali Linux

Last updated: January 23,2025

1. Install "libedlib-dev" package

This tutorial shows how to install libedlib-dev on Kali Linux

$ sudo apt update $ sudo apt install libedlib-dev

2. Uninstall "libedlib-dev" package

This tutorial shows how to uninstall libedlib-dev on Kali Linux:

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

3. Information about the libedlib-dev package on Kali Linux

Package: libedlib-dev
Source: libedlib
Version: 1.2.7-5
Installed-Size: 74
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libedlib1 (= 1.2.7-5)
Size: 22520
SHA256: e6fdf6890862e2726f83078f00bfec26100ff98df216fc214e4aa7e397813cbf
SHA1: 13a707f807b9b6b0253abc8459d20c18ac688ac5
MD5sum: fb2adc5242544eecb2bfa0dfb2f3c89a
Description: 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:
Multi-Arch: same
Homepage: https://github.com/Martinsos/edlib
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libe/libedlib/libedlib-dev_1.2.7-5_amd64.deb