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

Last updated: July 02,2024

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

This guide covers the steps necessary to install python3-sphinx-mdinclude.noarch on AlmaLinux 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 AlmaLinux 9:

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

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

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