How to Install and Uninstall libssw0 Package on Kali Linux

Last updated: May 21,2024

1. Install "libssw0" package

In this section, we are going to explain the necessary steps to install libssw0 on Kali Linux

$ sudo apt update $ sudo apt install libssw0

2. Uninstall "libssw0" package

Please follow the guidance below to uninstall libssw0 on Kali Linux:

$ sudo apt remove libssw0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libssw0 package on Kali Linux

Package: libssw0
Source: libssw
Version: 1.1-14
Installed-Size: 55
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), zlib1g
Size: 20856
SHA256: 14f8f08746387bef982f20cee715cf9e75297f6ccb59039ba12c1661952a1df0
SHA1: 576315d81a00638723f7dea4950beaf45a7ffc0b
MD5sum: 120f94d6bbd91ff799db29e6d5d96f3e
Description: fast SIMD parallelized implementation of the Smith-Waterman algorithm
SSW is a fast implementation of the Smith-Waterman algorithm, which uses the
Single-Instruction Multiple-Data (SIMD) instructions to parallelize the
algorithm at the instruction level. SSW library provides an API that can be
flexibly used by programs written in C, C++ and other languages. The library
can do protein and genome alignment directly.
Current version of this implementation is ~50 times faster than an ordinary
Smith-Waterman. It can return the Smith-Waterman score, alignment location
and traceback path (cigar) of the optimal alignment accurately; and return
the sub-optimal alignment score and location heuristically.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libs/libssw/libssw0_1.1-14_amd64.deb