How to Install and Uninstall python3-ddt.noarch Package on Rocky Linux 8

Last updated: June 16,2024

1. Install "python3-ddt.noarch" package

Please follow the guidance below to install python3-ddt.noarch on Rocky Linux 8

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

2. Uninstall "python3-ddt.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-ddt.noarch on Rocky Linux 8:

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

3. Information about the python3-ddt.noarch package on Rocky Linux 8

Last metadata expiration check: 2:11:02 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-ddt
Version : 1.2.1
Release : 5.el8
Architecture : noarch
Size : 19 k
Source : python-ddt-1.2.1-5.el8.src.rpm
Repository : epel
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.