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

Last updated: July 02,2024

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

This tutorial shows how to install python3-sphinx-mdinclude.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the step by step instructions below to uninstall python3-sphinx-mdinclude.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 2:32:13 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-sphinx-mdinclude
Version : 0.5.3
Release : 4.el9
Architecture : noarch
Size : 34 k
Source : python-sphinx-mdinclude-0.5.3-4.el9.src.rpm
Repository : epel
Summary : Markdown extension for Sphinx
URL : https://github.com/omnilib/sphinx-mdinclude
License : MIT
Description : sphinx-mdinclude is a simple Sphinx extension that enables including Markdown
: documents from within reStructuredText. It provides the `.. mdinclude::`
: directive, and automatically converts the content of Markdown documents to
: reStructuredText format.