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

Last updated: October 05,2024

1. Install "python3-doit.noarch" package

Please follow the instructions below to install python3-doit.noarch on Fedora 34

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

2. Uninstall "python3-doit.noarch" package

This guide covers the steps necessary to uninstall python3-doit.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:13:46 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-doit
Version : 0.33.1
Release : 2.fc34
Architecture : noarch
Size : 143 k
Source : python-doit-0.33.1-2.fc34.src.rpm
Repository : fedora
Summary : Automation Tool
URL : http://python-doit.sourceforge.net/
License : MIT
Description : python-doit is a build tool (in the same class as make, cmake, scons,
: ant and others)
:
: python-doit can be used as:
: * a build tool (generic and flexible)
: * home of your management scripts (it helps you organize and combine
: shell scripts and python scripts)
: * a functional tests runner (combine together different tools)
: * a configuration management system
: * manage computational pipelines