How to Install and Uninstall pytest.src Package on Oracle Linux 8
Last updated: November 01,2024
1. Install "pytest.src" package
In this section, we are going to explain the necessary steps to install pytest.src on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
pytest.src
Copied
2. Uninstall "pytest.src" package
Here is a brief guide to show you how to uninstall pytest.src on Oracle Linux 8:
$
sudo dnf remove
pytest.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the pytest.src package on Oracle Linux 8
Last metadata expiration check: 4:47:19 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : pytest
Version : 3.4.2
Release : 13.module+el8.3.0+7833+4aaf98ce
Architecture : src
Size : 814 k
Source : None
Repository : ol8_appstream
Summary : Simple powerful testing with Python
URL : http://pytest.org
License : MIT
Description : py.test provides simple, yet powerful testing for Python.
Available Packages
Name : pytest
Version : 3.4.2
Release : 13.module+el8.3.0+7833+4aaf98ce
Architecture : src
Size : 814 k
Source : None
Repository : ol8_appstream
Summary : Simple powerful testing with Python
URL : http://pytest.org
License : MIT
Description : py.test provides simple, yet powerful testing for Python.