How to Install and Uninstall jellyfish Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: July 05,2024

1. Install "jellyfish" package

In this section, we are going to explain the necessary steps to install jellyfish on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install jellyfish

2. Uninstall "jellyfish" package

This guide covers the steps necessary to uninstall jellyfish on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove jellyfish $ sudo apt autoclean && sudo apt autoremove

3. Information about the jellyfish package on Ubuntu 21.04 (Hirsute Hippo)

Package: jellyfish
Architecture: amd64
Version: 2.3.0-9
Priority: optional
Section: universe/science
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2551
Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libhts3 (>= 1.10), libjellyfish-2.0-2 (= 2.3.0-9), libstdc++6 (>= 9)
Breaks: jellyfish-examples (<< 2.3.0-7)
Replaces: jellyfish-examples (<< 2.3.0-7)
Filename: pool/universe/j/jellyfish/jellyfish_2.3.0-9_amd64.deb
Size: 789388
MD5sum: 73a5365842f7d26ccce172d0f2958b96
SHA1: 392dafdadd17d9c450d0371197fa86402a10253c
SHA256: c89aad9444a84cf11644db1ed379ceecc06cca12229a0c597fdd7bfd6159c8e9
SHA512: 5296eab93d63aef22ecb4237344848d99f2ac868d31ba977bb2eb3adc09d1d9e0a0acfaeb045650cf45be3b0f412920059333ebde39ea9ef1ef5a1505e3af6f3
Homepage: https://www.cbcb.umd.edu/software/jellyfish/
Description-en: count k-mers in DNA sequences
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.
Description-md5: 33c2d211a341ae9429c6f8ced355efd0