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

Last updated: October 05,2024

1. Install "python3-doit.noarch" package

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

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

2. Uninstall "python3-doit.noarch" package

Please follow the step by step instructions below to uninstall python3-doit.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:46:53 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-doit
Version : 0.36.0
Release : 1.fc39
Architecture : noarch
Size : 197 k
Source : python-doit-0.36.0-1.fc39.src.rpm
Repository : updates
Summary : Automation Tool
URL : https://pydoit.org/
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