How to Install and Uninstall python3-ddt.noarch Package on CentOS Stream 8
Last updated: January 17,2025
1. Install "python3-ddt.noarch" package
This guide let you learn how to install python3-ddt.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-ddt.noarch
Copied
2. Uninstall "python3-ddt.noarch" package
Please follow the step by step instructions below to uninstall python3-ddt.noarch on CentOS Stream 8:
$
sudo dnf remove
python3-ddt.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-ddt.noarch package on CentOS Stream 8
Last metadata expiration check: 5:36:25 ago on Sun Feb 25 03:03:59 2024.
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.
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.