How to Install and Uninstall lighter Package on Kali Linux

Last updated: May 10,2024

1. Install "lighter" package

Please follow the steps below to install lighter on Kali Linux

$ sudo apt update $ sudo apt install lighter

2. Uninstall "lighter" package

This tutorial shows how to uninstall lighter on Kali Linux:

$ sudo apt remove lighter $ sudo apt autoclean && sudo apt autoremove

3. Information about the lighter package on Kali Linux

Package: lighter
Version: 1.1.2-7
Installed-Size: 124
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4)
Size: 47352
SHA256: 2eedd7c0de25374d35040f4d915418d1168d48229f44ea75d2bccf2b91051a8b
SHA1: 9dd1a605cb07e53c173198e7c6a6bbb0bdbc4037
MD5sum: e991a9269a137bb2d1776932d1e289a4
Description: fast and memory-efficient sequencing error corrector
Lighter is a fast, memory-efficient tool for correcting sequencing
errors. Lighter avoids counting k-mers. Instead, it uses a pair of Bloom
filters, one holding a sample of the input k-mers and the other holding
k-mers likely to be correct. As long as the sampling fraction is
adjusted in inverse proportion to the depth of sequencing, Bloom filter
size can be held constant while maintaining near-constant accuracy.
Lighter is parallelized, uses no secondary storage, and is both faster
and more memory-efficient than competing approaches while achieving
comparable accuracy.
Description-md5:
Homepage: https://github.com/mourisl/Lighter
Section: science
Priority: optional
Filename: pool/main/l/lighter/lighter_1.1.2-7_amd64.deb