How To Install perl-Text-Markdown on Fedora 36

In this tutorial we learn how to install perl-Text-Markdown in Fedora 36. perl-Text-Markdown is Convert Markdown syntax to (X)HTML

Introduction

In this tutorial we learn how to install perl-Text-Markdown on Fedora 36.

What is perl-Text-Markdown

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

andas well). For more information about Markdown’s syntax, see http

We can use yum or dnf to install perl-Text-Markdown on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Text-Markdown.

Install perl-Text-Markdown on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Text-Markdown using dnf by running the following command:

sudo dnf -y install perl-Text-Markdown

Install perl-Text-Markdown on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Text-Markdown using yum by running the following command:

sudo yum -y install perl-Text-Markdown

How To Uninstall perl-Text-Markdown on Fedora 36

To uninstall only the perl-Text-Markdown package we can use the following command:

sudo dnf remove perl-Text-Markdown

perl-Text-Markdown Package Contents on Fedora 36

/usr/bin/Markdown.pl
/usr/share/doc/perl-Text-Markdown
/usr/share/doc/perl-Text-Markdown/Changes
/usr/share/doc/perl-Text-Markdown/License.text
/usr/share/doc/perl-Text-Markdown/README
/usr/share/doc/perl-Text-Markdown/Readme.text
/usr/share/doc/perl-Text-Markdown/Todo
/usr/share/man/man1/Markdown.pl.1.gz
/usr/share/man/man3/Text::Markdown.3pm.gz
/usr/share/perl5/vendor_perl/Text
/usr/share/perl5/vendor_perl/Text/Markdown.pm

References

Summary

In this tutorial we learn how to install perl-Text-Markdown on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).