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

Last updated: October 07,2024

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

Please follow the guidance below to install python3-sphinx-pytest.noarch on AlmaLinux 9

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

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

Please follow the instructions below to uninstall python3-sphinx-pytest.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 0:48:15 ago on Wed Mar 13 07:41:12 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.