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

Last updated: May 15,2024

1. Install "libjellyfish-2.0-2" package

In this section, we are going to explain the necessary steps to install libjellyfish-2.0-2 on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libjellyfish-2.0-2" package

This tutorial shows how to uninstall libjellyfish-2.0-2 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libjellyfish-2.0-2
Priority: optional
Section: universe/libs
Installed-Size: 179
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Source: jellyfish
Version: 2.2.4-2
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
Filename: pool/universe/j/jellyfish/libjellyfish-2.0-2_2.2.4-2_amd64.deb
Size: 59368
MD5sum: 1781931bcaa9ae3e6205cbe2b9c13880
SHA1: 301f4b4aadee5af334c4ddfabab7a744948058a7
SHA256: c91c35aadd3aebb84d200d8608a687e1570597eaf739bb0dfe449d84f8787c81
Description-en: count k-mers in DNA sequences (dynamic library 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 dynamic library the main executable of
jellyfish is linked to.
Description-md5: 065d1ff8b79f64e89b68567eaeed6aa1
Homepage: http://www.cbcb.umd.edu/software/jellyfish/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu