How to Install and Uninstall python3-markdown.noarch Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "python3-markdown.noarch" package

Please follow the guidelines below to install python3-markdown.noarch on CentOS Stream 8

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

2. Uninstall "python3-markdown.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-markdown.noarch on CentOS Stream 8:

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

3. Information about the python3-markdown.noarch package on CentOS Stream 8

Last metadata expiration check: 1:30:12 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-markdown
Version : 2.6.11
Release : 2.el8
Architecture : noarch
Size : 133 k
Source : python-markdown-2.6.11-2.el8.src.rpm
Repository : baseos
Summary : Markdown implementation in Python
URL : https://python-markdown.github.io/
License : BSD
Description : This is a Python implementation of John Gruber's Markdown. It is
: almost completely compliant with the reference implementation, though
: there are a few known issues.