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

Last updated: November 24,2024

1. Install "libwfa2-0" package

Please follow the instructions below to install libwfa2-0 on Kali Linux

$ sudo apt update $ sudo apt install libwfa2-0

2. Uninstall "libwfa2-0" package

This guide let you learn how to uninstall libwfa2-0 on Kali Linux:

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

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

Package: libwfa2-0
Source: libwfa2
Version: 2.3.3-2
Installed-Size: 180
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Size: 60048
SHA256: 653ded1f7728f5fa8acbc5b66f63ddc7f04438453a88c01b052b7198004e9c9d
SHA1: 35e01f9aa301bd71ef92541a56747b174c4275ca
MD5sum: 3ea21d97de02b42724b356e06ca32d7e
Description: exact gap-affine algorithm (shared library)
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).
Description-md5:
Multi-Arch: same
Homepage: https://github.com/smarco/WFA2-lib
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libw/libwfa2/libwfa2-0_2.3.3-2_amd64.deb