How to Install and Uninstall snakemake.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "snakemake.noarch" package

Learn how to install snakemake.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install snakemake.noarch

2. Uninstall "snakemake.noarch" package

This guide let you learn how to uninstall snakemake.noarch on Fedora 36:

$ sudo dnf remove snakemake.noarch $ sudo dnf autoremove

3. Information about the snakemake.noarch package on Fedora 36

Last metadata expiration check: 5:09:03 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : snakemake
Version : 6.13.1
Release : 3.fc36
Architecture : noarch
Size : 502 k
Source : snakemake-6.13.1-3.fc36.src.rpm
Repository : fedora
Summary : Workflow management system to create reproducible and scalable data analyses
URL : https://snakemake.readthedocs.io/en/stable/index.html
License : MIT
Description : The Snakemake workflow management system is a tool to create reproducible and
: scalable data analyses. Workflows are described via a human readable, Python
: based language. They can be seamlessly scaled to server, cluster, grid and
: cloud environments, without the need to modify the workflow definition.
: Finally, Snakemake workflows can entail a description of required software,
: which will be automatically deployed to any execution environment.