How to Install and Uninstall jellyfish Package on Kali Linux

Last updated: May 17,2024

1. Install "jellyfish" package

This is a short guide on how to install jellyfish on Kali Linux

$ sudo apt update $ sudo apt install jellyfish

2. Uninstall "jellyfish" package

Here is a brief guide to show you how to uninstall jellyfish on Kali Linux:

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

3. Information about the jellyfish package on Kali Linux

Package: jellyfish
Source: jellyfish (2.3.1-2)
Version: 2.3.1-2+b1
Installed-Size: 2475
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libhts3 (>= 1.17), libjellyfish-2.0-2 (= 2.3.1-2+b1), libstdc++6 (>= 13.1)
Size: 793120
SHA256: f9f9384c53078a13bfbf800b0cb5af80c0d0ab923a4d7b93822d9e5c0b910a90
SHA1: a8aee328957baf9148d090fd05f9f2acea48e88c
MD5sum: 6c01da29e8464c2fa436d8142a4ef8c9
Description: 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:
Homepage: https://github.com/gmarcais/Jellyfish
Section: science
Priority: optional
Filename: pool/main/j/jellyfish/jellyfish_2.3.1-2+b1_amd64.deb