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

Last updated: November 26,2024

1. Install "python3-pytest.noarch" package

This is a short guide on how to install python3-pytest.noarch on Fedora 34

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

2. Uninstall "python3-pytest.noarch" package

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

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

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

Last metadata expiration check: 0:06:44 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-pytest
Version : 6.2.2
Release : 1.fc34
Architecture : noarch
Size : 1.6 M
Source : pytest-6.2.2-1.fc34.src.rpm
Repository : fedora
Summary : Simple powerful testing with Python
URL : https://pytest.org
License : MIT
Description : The pytest framework makes it easy to write small tests, yet scales to support
: complex functional testing for applications and libraries.