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

Last updated: November 27,2024

1. Install "python3-ddt.noarch" package

This guide let you learn how to install python3-ddt.noarch on Fedora 39

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

2. Uninstall "python3-ddt.noarch" package

This is a short guide on how to uninstall python3-ddt.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:35:53 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-ddt
Version : 1.6.0
Release : 5.fc39
Architecture : noarch
Size : 21 k
Source : python-ddt-1.6.0-5.fc39.src.rpm
Repository : fedora
Summary : Python library to multiply test cases
URL : https://github.com/datadriventests/ddt
License : MIT
Description : DDT (Data-Driven Tests) allows you to multiply one test case by running it with
: different test data, and make it appear as multiple test cases.