How to Install and Uninstall fastqc Package on Kali Linux

Last updated: May 12,2024

1. Install "fastqc" package

Please follow the instructions below to install fastqc on Kali Linux

$ sudo apt update $ sudo apt install fastqc

2. Uninstall "fastqc" package

This tutorial shows how to uninstall fastqc on Kali Linux:

$ sudo apt remove fastqc $ sudo apt autoclean && sudo apt autoremove

3. Information about the fastqc package on Kali Linux

Package: fastqc
Version: 0.12.1+dfsg-3
Installed-Size: 574
Maintainer: Debian Med Packaging Team
Architecture: all
Depends: libcommons-math3-java, libjbzip2-java, libhtsjdk-java, libfindbin-libs-perl, libsis-jhdf5-java, default-jre
Size: 399316
SHA256: 240283c2e622f06ef96abca5319bcfd313c64c3352b51445605ec9139efefd84
SHA1: 32ce2cbcbe19506ce5bdb16b4e20a7bcfa3366b0
MD5sum: 7232a4529ea139629e564fbc90c2aded
Description: quality control for high throughput sequence data
FastQC aims to provide a simple way to do some quality control checks on
raw sequence data coming from high throughput sequencing pipelines. It
provides a modular set of analyses which you can use to give a quick
impression of whether your data has any problems of which you should
be aware before doing any further analysis.
.
The main functions of FastQC are
* Import of data from BAM, SAM or FastQ files (any variant)
* Providing a quick overview to tell you in which areas there may
be problems
* Summary graphs and tables to quickly assess your data
* Export of results to an HTML based permanent report
* Offline operation to allow automated generation of reports without
running the interactive application
Description-md5:
Homepage: https://www.bioinformatics.babraham.ac.uk/projects/fastqc/
Tag: interface::graphical, interface::x11, role::program
Section: science
Priority: optional
Filename: pool/main/f/fastqc/fastqc_0.12.1+dfsg-3_all.deb