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

Last updated: May 01,2024

1. Install "minimap" package

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

$ sudo apt update $ sudo apt install minimap

2. Uninstall "minimap" package

Please follow the step by step instructions below to uninstall minimap on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove minimap $ sudo apt autoclean && sudo apt autoremove

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

Package: minimap
Priority: optional
Section: universe/science
Installed-Size: 63
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Version: 0.2-2
Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4)
Filename: pool/universe/m/minimap/minimap_0.2-2_amd64.deb
Size: 26434
MD5sum: 3d1d28f3a64d330f21832dac14513294
SHA1: 17eecc76ef25674126b2d0417a14737c6c4b3266
SHA256: c800baf9b54a44d24c4812e5c7e057d67c71247be24fb6b1f7b0373678a8316c
Description-en: tool for approximate mapping of long biosequences such as DNA reads
Minimap is an experimental tool to efficiently find multiple approximate
mapping positions between two sets of long biological sequences, such as
between DNA reads and reference genomes, between genomes and between long
noisy reads.
Minimap does not generate alignments as of now and because of this, it is
usually tens of times faster than mainstream aligners.
It does not replace mainstream aligners, but it can be useful when you
want to quickly identify long approximate matches at moderate divergence among
a huge collection of sequences. For this task, it is much faster than most
existing tools.
Description-md5: 31578520bb87ccfae197ec449e13eb73
Homepage: https://github.com/lh3/minimap
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu