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

Last updated: October 06,2024

1. Install "python3-markdown-include.noarch" package

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

$ sudo dnf update $ sudo dnf install python3-markdown-include.noarch

2. Uninstall "python3-markdown-include.noarch" package

Please follow the instructions below to uninstall python3-markdown-include.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-markdown-include.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:01:27 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-markdown-include
Version : 0.6.0
Release : 11.el9
Architecture : noarch
Size : 27 k
Source : python-markdown-include-0.6.0-11.el9.src.rpm
Repository : epel
Summary : Syntax for Python-Markdown to include other Markdown documents
URL : https://github.com/cmacmackin/markdown-include
License : GPLv3
Description : This is an extension to Python-Markdown which provides an “include” function,
: similar to that found in LaTeX (and also the C pre-processor and Fortran). It
: was originally written for the FORD Fortran auto-documentation generator.