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

Last updated: May 20,2024

1. Install "libwfa2-dev" package

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

$ sudo apt update $ sudo apt install libwfa2-dev

2. Uninstall "libwfa2-dev" package

Here is a brief guide to show you how to uninstall libwfa2-dev on Kali Linux:

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

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

Package: libwfa2-dev
Source: libwfa2
Version: 2.3.3-2
Installed-Size: 446
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libwfa2-0 (= 2.3.3-2)
Size: 78508
SHA256: a2c073e956ca1e9a92da978e0ca57082b9919abd046bc6092679435ef4fd0b8c
SHA1: 802a0d83893524d72e7b0b9a975538c401ee8199
MD5sum: cfa5052cd5333747b26ae7a45f3ed2aa
Description: exact gap-affine algorithm (development)
The wavefront alignment (WFA) algorithm is an exact gap-affine algorithm
that takes advantage of homologous regions between the sequences to
accelerate the alignment process. Unlike to traditional dynamic
programming algorithms that run in quadratic time, the WFA runs in time
O(ns+s^2), proportional to the sequence length n and the alignment score
s, using O(s^2) memory (or O(s) using the ultralow/BiWFA mode).
Moreover, the WFA algorithm exhibits simple computational patterns that
the modern compilers can automatically vectorize for different
architectures without adapting the code. To intuitively illustrate why
the WFA algorithm is so interesting, look at the following figure. The
left panel shows the cells computed by a classical dynamic programming
based algorithm (like Smith-Waterman or Needleman Wunsch). In contrast,
the right panel shows the cells computed by the WFA algorithm to obtain
the same result (i.e., the optimal alignment).
.
This package contains the static library and the header files.
Description-md5:
Homepage: https://github.com/smarco/WFA2-lib
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libw/libwfa2/libwfa2-dev_2.3.3-2_amd64.deb