How To Install php-laminas-xmlrpc on Fedora 36

In this tutorial we learn how to install php-laminas-xmlrpc in Fedora 36. php-laminas-xmlrpc is Laminas Framework XmlRpc component

Introduction

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

What is php-laminas-xmlrpc

From its home page, XML-RPC is described as a ”…remote procedure calling using HTTP as the transport and XML as the encoding. XML-RPC is designed to be as simple as possible, while allowing complex data structures to be transmitted, processed and returned.” Laminas\XmlRpc provides support for both consuming remote XML-RPC services and building new XML-RPC servers. Documentation

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

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

sudo dnf -y install php-laminas-xmlrpc

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

sudo yum -y install php-laminas-xmlrpc

How To Uninstall php-laminas-xmlrpc on Fedora 36

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

sudo dnf remove php-laminas-xmlrpc

php-laminas-xmlrpc Package Contents on Fedora 36

/usr/share/doc/php-laminas-xmlrpc
/usr/share/doc/php-laminas-xmlrpc/COPYRIGHT.md
/usr/share/doc/php-laminas-xmlrpc/README.md
/usr/share/doc/php-laminas-xmlrpc/composer.json
/usr/share/licenses/php-laminas-xmlrpc
/usr/share/licenses/php-laminas-xmlrpc/LICENSE
/usr/share/php/Laminas/XmlRpc
/usr/share/php/Laminas/XmlRpc/AbstractValue.php
/usr/share/php/Laminas/XmlRpc/Client
/usr/share/php/Laminas/XmlRpc/Client.php
/usr/share/php/Laminas/XmlRpc/Client/Exception
/usr/share/php/Laminas/XmlRpc/Client/Exception/ExceptionInterface.php
/usr/share/php/Laminas/XmlRpc/Client/Exception/FaultException.php
/usr/share/php/Laminas/XmlRpc/Client/Exception/HttpException.php
/usr/share/php/Laminas/XmlRpc/Client/Exception/IntrospectException.php
/usr/share/php/Laminas/XmlRpc/Client/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/XmlRpc/Client/Exception/RuntimeException.php
/usr/share/php/Laminas/XmlRpc/Client/ServerIntrospection.php
/usr/share/php/Laminas/XmlRpc/Client/ServerProxy.php
/usr/share/php/Laminas/XmlRpc/Exception
/usr/share/php/Laminas/XmlRpc/Exception/BadMethodCallException.php
/usr/share/php/Laminas/XmlRpc/Exception/ExceptionInterface.php
/usr/share/php/Laminas/XmlRpc/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/XmlRpc/Exception/RuntimeException.php
/usr/share/php/Laminas/XmlRpc/Exception/ValueException.php
/usr/share/php/Laminas/XmlRpc/Fault.php
/usr/share/php/Laminas/XmlRpc/Generator
/usr/share/php/Laminas/XmlRpc/Generator/AbstractGenerator.php
/usr/share/php/Laminas/XmlRpc/Generator/DomDocument.php
/usr/share/php/Laminas/XmlRpc/Generator/GeneratorInterface.php
/usr/share/php/Laminas/XmlRpc/Generator/XmlWriter.php
/usr/share/php/Laminas/XmlRpc/Request
/usr/share/php/Laminas/XmlRpc/Request.php
/usr/share/php/Laminas/XmlRpc/Request/Http.php
/usr/share/php/Laminas/XmlRpc/Request/Stdin.php
/usr/share/php/Laminas/XmlRpc/Response
/usr/share/php/Laminas/XmlRpc/Response.php
/usr/share/php/Laminas/XmlRpc/Response/Http.php
/usr/share/php/Laminas/XmlRpc/Server
/usr/share/php/Laminas/XmlRpc/Server.php
/usr/share/php/Laminas/XmlRpc/Server/Cache.php
/usr/share/php/Laminas/XmlRpc/Server/Exception
/usr/share/php/Laminas/XmlRpc/Server/Exception/BadMethodCallException.php
/usr/share/php/Laminas/XmlRpc/Server/Exception/ExceptionInterface.php
/usr/share/php/Laminas/XmlRpc/Server/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/XmlRpc/Server/Exception/RuntimeException.php
/usr/share/php/Laminas/XmlRpc/Server/Fault.php
/usr/share/php/Laminas/XmlRpc/Server/System.php
/usr/share/php/Laminas/XmlRpc/Value
/usr/share/php/Laminas/XmlRpc/Value/AbstractCollection.php
/usr/share/php/Laminas/XmlRpc/Value/AbstractScalar.php
/usr/share/php/Laminas/XmlRpc/Value/ArrayValue.php
/usr/share/php/Laminas/XmlRpc/Value/Base64.php
/usr/share/php/Laminas/XmlRpc/Value/BigInteger.php
/usr/share/php/Laminas/XmlRpc/Value/Boolean.php
/usr/share/php/Laminas/XmlRpc/Value/DateTime.php
/usr/share/php/Laminas/XmlRpc/Value/Double.php
/usr/share/php/Laminas/XmlRpc/Value/Integer.php
/usr/share/php/Laminas/XmlRpc/Value/Nil.php
/usr/share/php/Laminas/XmlRpc/Value/Struct.php
/usr/share/php/Laminas/XmlRpc/Value/Text.php
/usr/share/php/Laminas/XmlRpc/autoload.php
/usr/share/php/Zend/XmlRpc
/usr/share/php/Zend/XmlRpc/autoload.php

References

Summary

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