How to Install and Uninstall python3-markdown.noarch Package on Fedora 39

Last updated: October 08,2024

1. Install "python3-markdown.noarch" package

This tutorial shows how to install python3-markdown.noarch on Fedora 39

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

2. Uninstall "python3-markdown.noarch" package

Here is a brief guide to show you how to uninstall python3-markdown.noarch on Fedora 39:

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

3. Information about the python3-markdown.noarch package on Fedora 39

Last metadata expiration check: 0:45:41 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-markdown
Version : 3.5.1
Release : 1.fc39
Architecture : noarch
Size : 199 k
Source : python-markdown-3.5.1-1.fc39.src.rpm
Repository : updates
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 very minor differences.