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

Last updated: November 27,2024

1. Install "python3-ddt.noarch" package

Please follow the guidelines below to install python3-ddt.noarch on Fedora 35

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

2. Uninstall "python3-ddt.noarch" package

This tutorial shows how to uninstall python3-ddt.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:53:51 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-ddt
Version : 1.4.2
Release : 4.fc35
Architecture : noarch
Size : 18 k
Source : python-ddt-1.4.2-4.fc35.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.