How to Install and Uninstall php-xml-rpc2 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "php-xml-rpc2" package

Learn how to install php-xml-rpc2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install php-xml-rpc2

2. Uninstall "php-xml-rpc2" package

Please follow the steps below to uninstall php-xml-rpc2 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove php-xml-rpc2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-xml-rpc2 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: php-xml-rpc2
Priority: optional
Section: universe/php
Installed-Size: 371
Maintainer: Ubuntu Developers
Original-Maintainer: Dario Minnucci
Architecture: all
Version: 1.1.2-1build1
Depends: php-common, php-http-request2 (>= 2.0.0), php-cache-lite (>= 1.6.0)
Filename: pool/universe/p/php-xml-rpc2/php-xml-rpc2_1.1.2-1build1_all.deb
Size: 44848
MD5sum: 9491c29336db1539ec3055b6242fc6ef
SHA1: 5f19440d625be195d02001b2a9b7e197f851ac1f
SHA256: 90a4dd4122d06597fe7e87c4910887769c677cc98b59456ff694b0a652eefdca
Description-en: PHP XML-RPC client/server library
XML_RPC2 is a pear package providing XML_RPC client and server
services. XML-RPC is a simple remote procedure call protocol built
using HTTP as transport and XML as encoding. As a client library,
XML_RPC2 is capable of creating a proxy class which exposes the
methods exported by the server. As a server library, XML_RPC2
is capable of exposing methods from a class or object instance,
seamlessly exporting local methods as remotely callable procedures.
Description-md5: 32401dfebbd66633ed9d2a998afd7213
Homepage: http://pear.php.net/package/XML_RPC2
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu