How to Install and Uninstall malt Package on Kali Linux

Last updated: June 06,2024

1. Install "malt" package

This is a short guide on how to install malt on Kali Linux

$ sudo apt update $ sudo apt install malt

2. Uninstall "malt" package

This tutorial shows how to uninstall malt on Kali Linux:

$ sudo apt remove malt $ sudo apt autoclean && sudo apt autoremove

3. Information about the malt package on Kali Linux

Package: malt
Version: 0.5.2-3
Installed-Size: 431
Maintainer: Debian Med Packaging Team
Architecture: all
Depends: libjloda-java, megan-ce
Size: 418628
SHA256: 6d52c876eaffb80a21364dcea690fcb262bb683eb38127f2b4dd5b8fd81d4014
SHA1: dc055eb07665e36509231418ca97502a930db599
MD5sum: 5d0c95e0059e3f4d697271f39491509b
Description: sequence alignment and analysis tool to process sequencing data
MALT, an acronym for MEGAN alignment tool, is a sequence alignment and
analysis tool designed for processing high-throughput sequencing data,
especially in the context of metagenomics. It is an extension of MEGAN6,
the MEGenome Analyzer and is designed to provide the input for MEGAN6,
but can also be used independently of MEGAN6.
.
The core of the program is a sequence alignment engine that aligns DNA
or protein sequences to a DNA or protein reference database in either
BLASTN (DNA queries and DNA references), BLASTX (DNA queries and protein
references) or BLASTP (protein queries and protein references) mode. The
engine uses a banded-alignment algorithm with ane gap scores and BLOSUM
substitution matrices (in the case of protein alignments). The program
can compute both local alignments (Smith-Waterman) or semi-global
alignments (in which reads are aligned end-to-end into reference
sequences), the latter being more appropriate for aligning metagenomic
reads to references.
Description-md5:
Homepage: https://github.com/danielhuson/malt
Section: science
Priority: optional
Filename: pool/main/m/malt/malt_0.5.2-3_all.deb