How to Install and Uninstall libjellyfish-2.0-2 Package on Ubuntu 21.10 (Impish Indri)

Last updated: September 20,2024

1. Install "libjellyfish-2.0-2" package

This tutorial shows how to install libjellyfish-2.0-2 on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libjellyfish-2.0-2" package

Please follow the steps below to uninstall libjellyfish-2.0-2 on Ubuntu 21.10 (Impish Indri):

$ 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.10 (Impish Indri)

Package: libjellyfish-2.0-2
Architecture: amd64
Version: 2.3.0-10
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: 185
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 9)
Filename: pool/universe/j/jellyfish/libjellyfish-2.0-2_2.3.0-10_amd64.deb
Size: 59316
MD5sum: 5b9c317eba394e1d6f124eff46c6eb00
SHA1: 1981cedf2e8aebcb6b2c9bc2815c2d061348fd2a
SHA256: 0714b7546ff4a4df41dccc0eedda884c1aa8ac4f5be6f992eb660fa17827eea9
SHA512: 468284d5067b295606dec3bcd4357408205cc1a6f4e80db3dcf61b0c0f101c91e21716eb69acfe9a04172addac5e1b1d5ba3ae1a442f7b3724accaa526865ba9
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