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

Last updated: March 01,2025

1. Install "python3-doit.noarch" package

This guide let you learn how to install python3-doit.noarch on Fedora 38

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

2. Uninstall "python3-doit.noarch" package

Here is a brief guide to show you how to uninstall python3-doit.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:41:25 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-doit
Version : 0.33.1
Release : 8.fc38
Architecture : noarch
Size : 202 k
Source : python-doit-0.33.1-8.fc38.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