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

Last updated: May 11,2024

1. Install "libjellyfish-2.0-dev" package

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

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

2. Uninstall "libjellyfish-2.0-dev" package

This is a short guide on how to uninstall libjellyfish-2.0-dev on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libjellyfish-2.0-dev package on Ubuntu 21.10 (Impish Indri)

Package: libjellyfish-2.0-dev
Architecture: amd64
Version: 2.3.0-10
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: jellyfish
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 694
Depends: libjellyfish-2.0-2 (= 2.3.0-10)
Filename: pool/universe/j/jellyfish/libjellyfish-2.0-dev_2.3.0-10_amd64.deb
Size: 132412
MD5sum: 960a203123d06c5702c2ed0c0583a618
SHA1: 5f48239322688797d2b89a9cea3c02745dd77ec1
SHA256: fa32b6cff7abf94f47d58876df0e9a18fb1a0302768707250d80bca1da28d757
SHA512: 27692562d5e7bc5506a752488e438a4e0f5507781fc28843c282f497657311d7454d51e0b274c44cf1b6982734d6a19892645b3271ff758ac761e230f2eb0f09
Homepage: https://www.cbcb.umd.edu/software/jellyfish/
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