How to Install and Uninstall python3-sphinx-pytest.noarch Package on Rocky Linux 9

Last updated: October 06,2024

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

Please follow the steps below to install python3-sphinx-pytest.noarch on Rocky Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall python3-sphinx-pytest.noarch on Rocky Linux 9:

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

3. Information about the python3-sphinx-pytest.noarch package on Rocky Linux 9

Last metadata expiration check: 0:19:04 ago on Fri Feb 16 06:49:52 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.