How To Install php-JMSParser on Fedora 36

In this tutorial we learn how to install php-JMSParser in Fedora 36. php-JMSParser is Library for writing recursive-descent parsers

Introduction

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

What is php-JMSParser

Library for writing recursive-descent parsers. Autoloader

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

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

sudo dnf -y install php-JMSParser

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

sudo yum -y install php-JMSParser

How To Uninstall php-JMSParser on Fedora 36

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

sudo dnf remove php-JMSParser

php-JMSParser Package Contents on Fedora 36

/usr/share/doc/php-JMSParser
/usr/share/doc/php-JMSParser/README.md
/usr/share/doc/php-JMSParser/composer.json
/usr/share/licenses/php-JMSParser
/usr/share/licenses/php-JMSParser/LICENSE
/usr/share/php/JMS
/usr/share/php/JMS/Parser
/usr/share/php/JMS/Parser/AbstractLexer.php
/usr/share/php/JMS/Parser/AbstractParser.php
/usr/share/php/JMS/Parser/SimpleLexer.php
/usr/share/php/JMS/Parser/SyntaxErrorException.php
/usr/share/php/JMS/Parser/autoload.php

References

Summary

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