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

Last updated: October 07,2024

1. Install "python3-doit.noarch" package

Learn how to install python3-doit.noarch on Fedora 36

$ 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 36:

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

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

Last metadata expiration check: 5:41:51 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-doit
Version : 0.33.1
Release : 5.fc36
Architecture : noarch
Size : 144 k
Source : python-doit-0.33.1-5.fc36.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