How to Install and Uninstall fasttree Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "fasttree" package

Please follow the step by step instructions below to install fasttree on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install fasttree

2. Uninstall "fasttree" package

This is a short guide on how to uninstall fasttree on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the fasttree package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: fasttree
Priority: extra
Section: universe/science
Installed-Size: 432
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Version: 2.1.8-2
Depends: libc6 (>= 2.14), libgomp1 (>= 4.9)
Filename: pool/universe/f/fasttree/fasttree_2.1.8-2_amd64.deb
Size: 122594
MD5sum: 200502622d46862ce4eb5f576b6aa1eb
SHA1: 7f4d22d610415134303e430aa5eb0233433df06d
SHA256: 0e5c9b1449eb573f2814ac258bf34563934eed978c9e29a7c2b8f6f3918e5ea7
Description-en: 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: 92f3a33129721b36163994961abaa6df
Homepage: http://www.microbesonline.org/fasttree/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu