How To Install perl-Text-Markdown on Fedora 36
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 httpWe can use
yumordnfto installperl-Text-Markdownon 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
dnfusing the following command.sudo dnf makecache --refreshAfter updating yum database, We can install
perl-Text-Markdownusingdnfby running the following command:sudo dnf -y install perl-Text-MarkdownInstall perl-Text-Markdown on Fedora 36 Using yum
Update yum database with
yumusing the following command.sudo yum makecache --refreshAfter updating yum database, We can install
perl-Text-Markdownusingyumby running the following command:sudo yum -y install perl-Text-MarkdownHow To Uninstall perl-Text-Markdown on Fedora 36
To uninstall only the
perl-Text-Markdownpackage we can use the following command:sudo dnf remove perl-Text-Markdownperl-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.pmReferences
Summary
In this tutorial we learn how to install
perl-Text-Markdownon Fedora 36 using yum and [dnf]((/fedora/36/dnf/).