How to Install and Uninstall python3-ruffus.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-ruffus.noarch" package

This tutorial shows how to install python3-ruffus.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-ruffus.noarch

2. Uninstall "python3-ruffus.noarch" package

Please follow the instructions below to uninstall python3-ruffus.noarch on Fedora 34:

$ sudo dnf remove python3-ruffus.noarch $ sudo dnf autoremove

3. Information about the python3-ruffus.noarch package on Fedora 34

Last metadata expiration check: 5:37:21 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-ruffus
Version : 2.8.4
Release : 4.fc34
Architecture : noarch
Size : 334 k
Source : python-ruffus-2.8.4-4.fc34.src.rpm
Repository : fedora
Summary : Light-weight Python computational pipeline management
URL : https://github.com/cgat-developers/ruffus
License : MIT
Description : The Ruffus module is a lightweight way to add support for running computational
: pipelines. Computational pipelines are often conceptually quite simple,
: especially if we breakdown the process into simple stages, or separate tasks.
: Each stage or task in a computational pipeline is represented by a Python
: function. Each Python function can be called in parallel to run multiple jobs.