How To Install drupal7-markdown on Fedora 36

In this tutorial we learn how to install drupal7-markdown in Fedora 36. drupal7-markdown is Enables the creation of forms and questionnaires

Introduction

In this tutorial we learn how to install drupal7-markdown on Fedora 36.

What is drupal7-markdown

Provides Markdown filter integration for Drupal input formats. The Markdown syntax is designed to co-exist with HTML, so you can set up input formats with both HTML and Markdown support. It is also meant to be as human-readable as possible when left as “source”. There are many different Markdown implementation. Markdown filter uses “PHP Markdown extra” that includes many common and useful extensions to the original Markdown. This includes tables, footnotes and definition lists. This package provides the following Drupal 7 module * markdown

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

Install drupal7-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 drupal7-markdown using dnf by running the following command:

sudo dnf -y install drupal7-markdown

Install drupal7-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 drupal7-markdown using yum by running the following command:

sudo yum -y install drupal7-markdown

How To Uninstall drupal7-markdown on Fedora 36

To uninstall only the drupal7-markdown package we can use the following command:

sudo dnf remove drupal7-markdown

drupal7-markdown Package Contents on Fedora 36

/usr/share/doc/drupal7-markdown
/usr/share/doc/drupal7-markdown/README.txt
/usr/share/drupal7/modules/markdown
/usr/share/drupal7/modules/markdown/includes
/usr/share/drupal7/modules/markdown/includes/Markdown.inc.php
/usr/share/drupal7/modules/markdown/includes/Markdown.php
/usr/share/drupal7/modules/markdown/includes/MarkdownExtra.inc.php
/usr/share/drupal7/modules/markdown/includes/MarkdownExtra.php
/usr/share/drupal7/modules/markdown/includes/MarkdownInterface.inc.php
/usr/share/drupal7/modules/markdown/includes/MarkdownInterface.php
/usr/share/drupal7/modules/markdown/markdown.info
/usr/share/drupal7/modules/markdown/markdown.module
/usr/share/licenses/drupal7-markdown
/usr/share/licenses/drupal7-markdown/LICENSE.txt

References

Summary

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