How to Install and Uninstall snakemake Package on Kali Linux

Last updated: May 04,2024

1. Install "snakemake" package

In this section, we are going to explain the necessary steps to install snakemake on Kali Linux

$ sudo apt update $ sudo apt install snakemake

2. Uninstall "snakemake" package

In this section, we are going to explain the necessary steps to uninstall snakemake on Kali Linux:

$ sudo apt remove snakemake $ sudo apt autoclean && sudo apt autoremove

3. Information about the snakemake package on Kali Linux

Package: snakemake
Version: 7.32.4-2
Installed-Size: 1560
Maintainer: Debian Med Packaging Team
Architecture: all
Depends: python3-appdirs, python3-configargparse, python3-connection-pool, python3-datrie, python3-docutils, python3-git, python3-humanfriendly, python3-jinja2 (>= 3.0~), python3-jsonschema, python3-nbformat, python3-packaging, python3-psutil, python3-pulp (>= 2.0~), python3-requests, python3-retry, python3-smart-open (>= 3.0~), python3-stopit, python3-tabulate, python3-throttler, python3-toposort, python3-wrapt, python3-yaml, python3-yte, python3:any, ca-certificates, python3-pkg-resources, python3-ratelimiter, libjs-bootstrap, libjs-jquery
Recommends: cwltool, imagemagick, python3-tz, python3-yappi, python3-pygments, python3-azure-storage, python3-biopython, python3-boto3, python3-botocore, python3-dropbox, python3-flask, python3-ftputil, python3-irodsclient, python3-kubernetes, python3-urllib3
Suggests: slurm-client, snakemake-doc
Size: 317416
SHA256: 45d4b6a91f3a0ab92aa2a0a1e051466fa9c25c60b5a0fac23e51f83eacb2739e
SHA1: d0d7a5ffdae02650d653ff41686a649f027d36fd
MD5sum: d3bcd4d2c00c84d26ab6cb6d543672c1
Description: pythonic workflow management system
Build systems like GNU Make are frequently used to create complicated
workflows, e.g. in bioinformatics. This project aims to reduce the
complexity of creating workflows by providing a clean and modern domain
specific language (DSL) in Python style, together with a fast and
comfortable execution environment.
Description-md5:
Homepage: https://snakemake.readthedocs.io/
Section: science
Priority: optional
Filename: pool/main/s/snakemake/snakemake_7.32.4-2_all.deb