How to Install and Uninstall pytest.src Package on Oracle Linux 9

Last updated: October 09,2024

1. Install "pytest.src" package

Please follow the steps below to install pytest.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install pytest.src

2. Uninstall "pytest.src" package

Learn how to uninstall pytest.src on Oracle Linux 9:

$ sudo dnf remove pytest.src $ sudo dnf autoremove

3. Information about the pytest.src package on Oracle Linux 9

Last metadata expiration check: 1:49:40 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : pytest
Version : 6.2.2
Release : 6.el9
Architecture : src
Size : 1.1 M
Source : None
Repository : ol9_appstream
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.