How to Install and Uninstall fastq-pair Package on Kali Linux

Last updated: May 17,2024

1. Install "fastq-pair" package

Please follow the guidelines below to install fastq-pair on Kali Linux

$ sudo apt update $ sudo apt install fastq-pair

2. Uninstall "fastq-pair" package

Learn how to uninstall fastq-pair on Kali Linux:

$ sudo apt remove fastq-pair $ sudo apt autoclean && sudo apt autoremove

3. Information about the fastq-pair package on Kali Linux

Package: fastq-pair
Version: 1.0-3
Installed-Size: 28
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 7308
SHA256: 9650e072343db40072b275d384bd5fe4d99e8fea2e6603bd00d109f7bbd0cb9a
SHA1: 29eb669903ec1e922794c0e655f1059359c37ba0
MD5sum: 4a08293dc2df281d3629902b091d3b80
Description: Rewrites paired end fastq so all reads have a mate to separate out singletons
This package rewrites the fastq files with the sequences in order,
with matching files for the two files provided on the command line,
and then any single reads that are not matched are place in two separate
files, one for each original file.
.
This code is designed to be fast and memory efficient, and works with large
fastq files. It does not store the whole file in memory, but rather just stores
the locations of each of the indices in the first file provided in memory.
Description-md5:
Homepage: https://github.com/linsalrob/fastq-pair
Section: science
Priority: optional
Filename: pool/main/f/fastq-pair/fastq-pair_1.0-3_amd64.deb