How to Install and Uninstall snakemake Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "snakemake" package

In this section, we are going to explain the necessary steps to install snakemake on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install snakemake

2. Uninstall "snakemake" package

Please follow the guidelines below to uninstall snakemake on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the snakemake package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: snakemake
Priority: optional
Section: universe/science
Installed-Size: 5999
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging
Architecture: all
Version: 3.5.5+dfsg-1
Depends: python3:any (>= 3.3.2-2~), libjs-sphinxdoc (>= 1.0), python3-setuptools, python3-docutils, python3-yaml, python3-rpy2, libjs-mathjax, ca-certificates
Filename: pool/universe/s/snakemake/snakemake_3.5.5+dfsg-1_all.deb
Size: 479204
MD5sum: 3de14fcc8b2fb4e2c3b5a4ee4fe07473
SHA1: b7dcbe0929b9dcfeff6f85c1335f8895def71a6f
SHA256: c8f7cba578231147fb2b52d71f2b54acc494eebef5fd11f42431b900da354866
Description-en: 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: 7f9c57469c639aa1e67301b2a7ed865e
Homepage: https://bitbucket.org/snakemake/snakemake
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu