How to Install and Uninstall perl-RPC-XML Package on openSuSE Tumbleweed

Last updated: November 07,2024

1. Install "perl-RPC-XML" package

This guide let you learn how to install perl-RPC-XML on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-RPC-XML

2. Uninstall "perl-RPC-XML" package

Please follow the instructions below to uninstall perl-RPC-XML on openSuSE Tumbleweed:

$ sudo zypper remove perl-RPC-XML

3. Information about the perl-RPC-XML package on openSuSE Tumbleweed

Information for package perl-RPC-XML:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-RPC-XML
Version : 0.82-1.11
Arch : noarch
Vendor : openSUSE
Installed Size : 669.3 KiB
Installed : No
Status : not installed
Source package : perl-RPC-XML-0.82-1.11.src
Upstream URL : https://metacpan.org/release/RPC-XML
Summary : Set of classes for core data, message and XML handling
Description :
The *RPC::XML* package is an implementation of the *XML-RPC* standard. The
package as a whole provides classes for data, for clients, for servers and
for parsers (based on the XML::Parser and XML::LibXML packages from CPAN).
This module provides a set of classes for creating values to pass to the
constructors for requests and responses. These are lightweight objects,
most of which are implemented as blessed scalar references so as to
associate specific type information with the value. Classes are also
provided for requests, responses and faults (errors).
This module does not actually provide any transport implementation or
server basis. For these, see RPC::XML::Client and RPC::XML::Server,
respectively.