How to Install and Uninstall minimap2 Package on Kali Linux

Last updated: April 29,2024

1. Install "minimap2" package

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

$ sudo apt update $ sudo apt install minimap2

2. Uninstall "minimap2" package

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

$ sudo apt remove minimap2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the minimap2 package on Kali Linux

Package: minimap2
Source: minimap2 (2.24+dfsg-3)
Version: 2.24+dfsg-3+b2
Installed-Size: 503
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), zlib1g (>= 1:1.1.4)
Size: 386616
SHA256: e8fd2766b7d216e8d503ded0c80e989cd96fb29079455435f4482346d5defbc3
SHA1: b95b39758f5cbe593e429b7bdf0ff54b59cf24d6
MD5sum: 28ea748ff69947f077aec9f3aa63eb19
Description: versatile pairwise aligner for genomic and spliced nucleotide sequences
Minimap2 is a versatile sequence alignment program that aligns DNA or
mRNA sequences against a large reference database. Typical use cases
include: (1) mapping PacBio or Oxford Nanopore genomic reads to the
human genome; (2) finding overlaps between long reads with error rate up
to ~15%; (3) splice-aware alignment of PacBio Iso-Seq or Nanopore cDNA
or Direct RNA reads against a reference genome; (4) aligning Illumina
single- or paired-end reads; (5) assembly-to-assembly alignment; (6) full-
genome alignment between two closely related species with divergence
below ~15%.
.
For ~10kb noisy reads sequences, minimap2 is tens of times faster than
mainstream long-read mappers such as BLASR, BWA-MEM, NGMLR and GMAP. It
is more accurate on simulated long reads and produces biologically
meaningful alignment ready for downstream analyses. For >100bp Illumina
short reads, minimap2 is three times as fast as BWA-MEM and Bowtie2, and
as accurate on simulated data. Detailed evaluations are available from
the minimap2 paper or the preprint.
Description-md5:
Homepage: https://github.com/lh3/minimap2
Section: science
Priority: optional
Filename: pool/main/m/minimap2/minimap2_2.24+dfsg-3+b2_amd64.deb