How To Install perl-Text-MultiMarkdown on Fedora 36
Introduction
In this tutorial we learn how to install perl-Text-MultiMarkdown on Fedora 36.
What is perl-Text-MultiMarkdown
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, block quotes, and links.
We can use yum or dnf to install perl-Text-MultiMarkdown on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Text-MultiMarkdown.
Install perl-Text-MultiMarkdown 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-MultiMarkdown using dnf by running the following command:
sudo dnf -y install perl-Text-MultiMarkdown
Install perl-Text-MultiMarkdown 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-MultiMarkdown using yum by running the following command:
sudo yum -y install perl-Text-MultiMarkdown
How To Uninstall perl-Text-MultiMarkdown on Fedora 36
To uninstall only the perl-Text-MultiMarkdown package we can use the following command:
sudo dnf remove perl-Text-MultiMarkdown
perl-Text-MultiMarkdown Package Contents on Fedora 36
/usr/bin/MultiMarkdown.pl
/usr/share/doc/perl-Text-MultiMarkdown
/usr/share/doc/perl-Text-MultiMarkdown/Changes
/usr/share/doc/perl-Text-MultiMarkdown/License.text
/usr/share/doc/perl-Text-MultiMarkdown/README
/usr/share/doc/perl-Text-MultiMarkdown/Readme.text
/usr/share/doc/perl-Text-MultiMarkdown/Todo
/usr/share/man/man1/MultiMarkdown.pl.1.gz
/usr/share/man/man3/Text::MultiMarkdown.3pm.gz
/usr/share/perl5/vendor_perl/Text
/usr/share/perl5/vendor_perl/Text/MultiMarkdown.pm
References
Summary
In this tutorial we learn how to install perl-Text-MultiMarkdown on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).