How to Install and Uninstall libjellyfish-2.0-2 Package on Ubuntu 21.04 (Hirsute Hippo)

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 21.04 (Hirsute Hippo)

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

2. Uninstall "libjellyfish-2.0-2" package

This guide covers the steps necessary to uninstall libjellyfish-2.0-2 on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libjellyfish-2.0-2 package on Ubuntu 21.04 (Hirsute Hippo)

Package: libjellyfish-2.0-2
Architecture: amd64
Version: 2.3.0-9
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: jellyfish
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 192
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Filename: pool/universe/j/jellyfish/libjellyfish-2.0-2_2.3.0-9_amd64.deb
Size: 61096
MD5sum: 70e78e61fa45097af57fd79d8b74d785
SHA1: 121ab66ee56da30343b121ca35d2720a5526e112
SHA256: 9feb5a62232b30f55ec6955afa129c0fb136f8a3f08189d655ff3882ab4311e2
SHA512: 8440baf62ef239a63e5f4095125ae0a1d49dc9d6546a567d799fcf9563f03ee6febb391f961a2e91a580b2c640c4925d7b20cffcdd1638a06de9c04e095d9c62
Homepage: https://www.cbcb.umd.edu/software/jellyfish/
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