How To Install php-pecl-xmlrpc on Fedora 36

In this tutorial we learn how to install php-pecl-xmlrpc in Fedora 36. php-pecl-xmlrpc is Functions to write XML-RPC servers and clients

Introduction

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

What is php-pecl-xmlrpc

This extension provides functions to write XML-RPC servers and clients. You can find more information about XML-RPC at http and more documentation on this extension and its functions at https The extension is unbundled from php-src as of PHP 8.0.0, because the underlying libxmlrpc has obviously been abandoned. It is recommended to reevaluate using this extension.

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

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

sudo dnf -y install php-pecl-xmlrpc

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

sudo yum -y install php-pecl-xmlrpc

How To Uninstall php-pecl-xmlrpc on Fedora 36

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

sudo dnf remove php-pecl-xmlrpc

php-pecl-xmlrpc Package Contents on Fedora 36

/etc/php-zts.d/30-xmlrpc.ini
/etc/php.d/30-xmlrpc.ini
/usr/lib/.build-id
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/d7fe0abf53cb7dfdc51adf8316c74177f2dff4
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/0d535e0d3e55eb0011701e7a6a8b13f1e73073
/usr/lib64/php-zts/modules/xmlrpc.so
/usr/lib64/php/modules/xmlrpc.so
/usr/share/doc/pecl/xmlrpc
/usr/share/doc/pecl/xmlrpc/CREDITS
/usr/share/doc/pecl/xmlrpc/EXPERIMENTAL
/usr/share/doc/pecl/xmlrpc/libxmlrpc
/usr/share/doc/pecl/xmlrpc/libxmlrpc/README.md
/usr/share/licenses/php-pecl-xmlrpc
/usr/share/licenses/php-pecl-xmlrpc/COPYING
/usr/share/licenses/php-pecl-xmlrpc/LICENSE
/var/lib/php/peclxml/php-pecl-xmlrpc.xml

References

Summary

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