How to Install and Uninstall last-align Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "last-align" package

Learn how to install last-align on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install last-align

2. Uninstall "last-align" package

This guide covers the steps necessary to uninstall last-align on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove last-align $ sudo apt autoclean && sudo apt autoremove

3. Information about the last-align package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: last-align
Priority: optional
Section: universe/science
Installed-Size: 1864
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Version: 712-1ubuntu1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), parallel
Recommends: python, python-imaging
Filename: pool/universe/l/last-align/last-align_712-1ubuntu1_amd64.deb
Size: 588318
MD5sum: 882b7012db78b12957647a316fbdf6df
SHA1: 729da87012707df552c5be450afd816e84ba35ef
SHA256: d502363c878646c50ee719deed4d965c4919234bfa4ddb79db1d8da56edc758d
Description-en: genome-scale comparison of biological sequences
LAST is software for comparing and aligning sequences, typically DNA or
protein sequences. LAST is similar to BLAST, but it copes better with very
large amounts of sequence data. Here are two things LAST is good at:
.
* Comparing large (e.g. mammalian) genomes.
* Mapping lots of sequence tags onto a genome.
.
The main technical innovation is that LAST finds initial matches based on
their multiplicity, instead of using a fixed size (e.g. BLAST uses 10-mers).
This allows one to map tags to genomes without repeat-masking, without becoming
overwhelmed by repetitive hits. To find these variable-sized matches, it uses
a suffix array (inspired by Vmatch). To achieve high sensitivity, it uses a
discontiguous suffix array, analogous to spaced seeds.
Description-md5: 34c07e83cd3ffe3ca9aa9b81ea1ff067
Homepage: http://last.cbrc.jp/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu