How to Install and Uninstall libjellyfish-2.0-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "libjellyfish-2.0-dev" package

Learn how to install libjellyfish-2.0-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjellyfish-2.0-dev

2. Uninstall "libjellyfish-2.0-dev" package

This guide let you learn how to uninstall libjellyfish-2.0-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjellyfish-2.0-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjellyfish-2.0-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libjellyfish-2.0-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 666
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Source: jellyfish
Version: 2.2.4-2
Depends: libjellyfish-2.0-2 (= 2.2.4-2)
Filename: pool/universe/j/jellyfish/libjellyfish-2.0-dev_2.2.4-2_amd64.deb
Size: 123974
MD5sum: 6824a5ec8fa555b5001269314a994ccf
SHA1: 0a0104e1dd5662dec417d9c9775f060d123a39c4
SHA256: 272a6c19428a6d32967c2dca07b1d559b503cbe611c1fc83c95502fd41389226
Description-en: count k-mers in DNA sequences (development files of jellyfish)
JELLYFISH is a tool for fast, memory-efficient counting of k-mers in
DNA. A k-mer is a substring of length k, and counting the occurrences
of all such substrings is a central step in many analyses of DNA
sequence. JELLYFISH can count k-mers using an order of magnitude less
memory and an order of magnitude faster than other k-mer counting
packages by using an efficient encoding of a hash table and by
exploiting the "compare-and-swap" CPU instruction to increase
parallelism.
.
JELLYFISH is a command-line program that reads FASTA and multi-FASTA
files containing DNA sequences. It outputs its k-mer counts in an
binary format, which can be translated into a human-readable text
format using the "jellyfish dump" command.
.
This package contains the development files (static library and
header files)
Description-md5: 8d15a603d76647ecb084d0bd3c0490a3
Homepage: http://www.cbcb.umd.edu/software/jellyfish/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu