How to Install and Uninstall perl-Text-Markdown.noarch Package on Fedora 36

Last updated: November 25,2024

1. Install "perl-Text-Markdown.noarch" package

Learn how to install perl-Text-Markdown.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Text-Markdown.noarch

2. Uninstall "perl-Text-Markdown.noarch" package

This guide covers the steps necessary to uninstall perl-Text-Markdown.noarch on Fedora 36:

$ sudo dnf remove perl-Text-Markdown.noarch $ sudo dnf autoremove

3. Information about the perl-Text-Markdown.noarch package on Fedora 36

Last metadata expiration check: 4:27:27 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Text-Markdown
Version : 1.000031
Release : 24.fc36
Architecture : noarch
Size : 41 k
Source : perl-Text-Markdown-1.000031-24.fc36.src.rpm
Repository : updates
Summary : Convert Markdown syntax to (X)HTML
URL : https://metacpan.org/release/Text-Markdown
License : BSD
Description : Markdown is a text-to-HTML filter; it translates an easy-to-read /
: easy-to-write structured text format into HTML. Markdown's text format
: is most similar to that of plain text email, and supports features
: such as headers, *emphasis*, code blocks, blockquotes, and links.
:
: Markdown's syntax is designed not as a generic markup language, but
: specifically to serve as a front-end to (X)HTML. You can use
: span-level HTML tags anywhere in a Markdown document, and you can use
: block level HTML tags (like
and as well).
:
: For more information about Markdown's syntax, see:
:
: http://daringfireball.net/projects/markdown/