How to Install and Uninstall perl-RPC-XML Package on openSUSE Leap

Last updated: May 17,2024

1. Install "perl-RPC-XML" package

Here is a brief guide to show you how to install perl-RPC-XML on openSUSE Leap

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

2. Uninstall "perl-RPC-XML" package

This is a short guide on how to uninstall perl-RPC-XML on openSUSE Leap:

$ sudo zypper remove perl-RPC-XML

3. Information about the perl-RPC-XML package on openSUSE Leap

Information for package perl-RPC-XML:
-------------------------------------
Repository : Main Repository
Name : perl-RPC-XML
Version : 0.79-1.22
Arch : noarch
Vendor : SUSE LLC
Installed Size : 664.3 KiB
Installed : No
Status : not installed
Source package : perl-RPC-XML-0.79-1.22.src
Upstream URL : http://search.cpan.org/dist/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.