How To Install php-laminas-json-server on Fedora 36

In this tutorial we learn how to install php-laminas-json-server in Fedora 36. php-laminas-json-server is Laminas Json-Server is a JSON-RPC server implementation

Introduction

In this tutorial we learn how to install php-laminas-json-server on Fedora 36.

What is php-laminas-json-server

Provides a JSON-RPC server implementation. Documentation

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

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

sudo dnf -y install php-laminas-json-server

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

sudo yum -y install php-laminas-json-server

How To Uninstall php-laminas-json-server on Fedora 36

To uninstall only the php-laminas-json-server package we can use the following command:

sudo dnf remove php-laminas-json-server

php-laminas-json-server Package Contents on Fedora 36

/usr/share/doc/php-laminas-json-server
/usr/share/doc/php-laminas-json-server/COPYRIGHT.md
/usr/share/doc/php-laminas-json-server/README.md
/usr/share/doc/php-laminas-json-server/composer.json
/usr/share/licenses/php-laminas-json-server
/usr/share/licenses/php-laminas-json-server/LICENSE
/usr/share/php/Laminas/Json/Server
/usr/share/php/Laminas/Json/Server/Cache.php
/usr/share/php/Laminas/Json/Server/Client.php
/usr/share/php/Laminas/Json/Server/Error.php
/usr/share/php/Laminas/Json/Server/Exception
/usr/share/php/Laminas/Json/Server/Exception/BadMethodCallException.php
/usr/share/php/Laminas/Json/Server/Exception/ErrorException.php
/usr/share/php/Laminas/Json/Server/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Json/Server/Exception/HttpException.php
/usr/share/php/Laminas/Json/Server/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Json/Server/Exception/RuntimeException.php
/usr/share/php/Laminas/Json/Server/Request
/usr/share/php/Laminas/Json/Server/Request.php
/usr/share/php/Laminas/Json/Server/Request/Http.php
/usr/share/php/Laminas/Json/Server/Response
/usr/share/php/Laminas/Json/Server/Response.php
/usr/share/php/Laminas/Json/Server/Response/Http.php
/usr/share/php/Laminas/Json/Server/Server.php
/usr/share/php/Laminas/Json/Server/Smd
/usr/share/php/Laminas/Json/Server/Smd.php
/usr/share/php/Laminas/Json/Server/Smd/Service.php
/usr/share/php/Laminas/Json/Server/autoload.php
/usr/share/php/Zend/Json/Server
/usr/share/php/Zend/Json/Server/autoload.php

References

Summary

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