How To Install php-erusev-parsedown on Fedora 36

In this tutorial we learn how to install php-erusev-parsedown in Fedora 36. php-erusev-parsedown is Markdown parser in PHP

Introduction

In this tutorial we learn how to install php-erusev-parsedown on Fedora 36.

What is php-erusev-parsedown

Markdown parser in PHP. Autoloader

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

Install php-erusev-parsedown 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 php-erusev-parsedown using dnf by running the following command:

sudo dnf -y install php-erusev-parsedown

Install php-erusev-parsedown 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 php-erusev-parsedown using yum by running the following command:

sudo yum -y install php-erusev-parsedown

How To Uninstall php-erusev-parsedown on Fedora 36

To uninstall only the php-erusev-parsedown package we can use the following command:

sudo dnf remove php-erusev-parsedown

php-erusev-parsedown Package Contents on Fedora 36

/usr/share/doc/php-erusev-parsedown
/usr/share/doc/php-erusev-parsedown/README.md
/usr/share/doc/php-erusev-parsedown/composer.json
/usr/share/licenses/php-erusev-parsedown
/usr/share/licenses/php-erusev-parsedown/LICENSE.txt
/usr/share/php/erusev
/usr/share/php/erusev/parsedown
/usr/share/php/erusev/parsedown/Parsedown.php
/usr/share/php/erusev/parsedown/autoload.php

References

Summary

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