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

Last updated: October 05,2024

1. Install "python3-ddt.noarch" package

Please follow the step by step instructions below to install python3-ddt.noarch on Fedora 34

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

2. Uninstall "python3-ddt.noarch" package

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

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

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

Last metadata expiration check: 5:04:48 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-ddt
Version : 1.4.1
Release : 5.fc34
Architecture : noarch
Size : 18 k
Source : python-ddt-1.4.1-5.fc34.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. It is used in
: combination with other testing frameworks like unittest and nose.