How to Install and Uninstall fasttree Package on Kali Linux

Last updated: May 11,2024

1. Install "fasttree" package

This guide let you learn how to install fasttree on Kali Linux

$ sudo apt update $ sudo apt install fasttree

2. Uninstall "fasttree" package

This guide let you learn how to uninstall fasttree on Kali Linux:

$ sudo apt remove fasttree $ sudo apt autoclean && sudo apt autoremove

3. Information about the fasttree package on Kali Linux

Package: fasttree
Version: 2.1.11-2
Installed-Size: 483
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.29), libgomp1 (>= 6)
Size: 180788
SHA256: fb19a524a90a959781c01a9c23fe7eda3ab060dd8027b2f933b93e86f548e7cb
SHA1: 21b36c8d6dd44340898c33fe703d906cb7acb518
MD5sum: 6ae1de9cba303d6096f3a51ae65441a4
Description: phylogenetic trees from alignments of nucleotide or protein sequences
FastTree infers approximately-maximum-likelihood phylogenetic trees from
alignments of nucleotide or protein sequences. It handles alignments
with up to a million of sequences in a reasonable amount of time and
memory. For large alignments, FastTree is 100-1,000 times faster than
PhyML 3.0 or RAxML 7.
.
FastTree is more accurate than PhyML 3 with default settings, and much
more accurate than the distance-matrix methods that are traditionally
used for large alignments. FastTree uses the Jukes-Cantor or generalized
time-reversible (GTR) models of nucleotide evolution and the JTT
(Jones-Taylor-Thornton 1992) model of amino acid evolution. To account
for the varying rates of evolution across sites, FastTree uses a single
rate for each site (the "CAT" approximation). To quickly estimate the
reliability of each split in the tree, FastTree computes local support
values with the Shimodaira-Hasegawa test (these are the same as PhyML 3's
"SH-like local supports").
.
This package contains a single threaded version (fasttree) and a
parallel version which uses OpenMP (fasttreMP).
Description-md5:
Homepage: http://www.microbesonline.org/fasttree/
Section: science
Priority: optional
Filename: pool/main/f/fasttree/fasttree_2.1.11-2_amd64.deb