How to Install and Uninstall python3-sphinx-pytest.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 25,2024

1. Install "python3-sphinx-pytest.noarch" package

Learn how to install python3-sphinx-pytest.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-sphinx-pytest.noarch" package

This guide covers the steps necessary to uninstall python3-sphinx-pytest.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-sphinx-pytest.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:29:35 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-sphinx-pytest
Version : 0.1.1
Release : 1.el9
Architecture : noarch
Size : 17 k
Source : python-sphinx-pytest-0.1.1-1.el9.src.rpm
Repository : epel
Summary : Helpful pytest fixtures for sphinx extensions
URL : https://github.com/chrisjsewell/sphinx-pytest
License : MIT
Description : Helpful pytest fixtures for sphinx extensions.
: This extension provides pytest fixtures to "simulate" converting
: some source text to docutils AST at different stages; before transforms,
: after transforms, etc.