How to Install and Uninstall xmlrpc-api-utils Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "xmlrpc-api-utils" package

Please follow the guidance below to install xmlrpc-api-utils on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install xmlrpc-api-utils

2. Uninstall "xmlrpc-api-utils" package

Here is a brief guide to show you how to uninstall xmlrpc-api-utils on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove xmlrpc-api-utils $ sudo apt autoclean && sudo apt autoremove

3. Information about the xmlrpc-api-utils package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: xmlrpc-api-utils
Priority: optional
Section: universe/devel
Installed-Size: 86
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Architecture: amd64
Source: xmlrpc-c
Version: 1.33.14-1ubuntu1
Replaces: xml-rpc-api2cpp, xml-rpc-api2txt
Provides: xml-rpc-api2cpp, xml-rpc-api2txt
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), libxmlrpc-c++8v5 (= 1.33.14-1ubuntu1), libxmlrpc-core-c3 (= 1.33.14-1ubuntu1), libc6-dev, libfrontier-rpc-perl
Conflicts: xml-rpc-api2cpp, xml-rpc-api2txt
Filename: pool/universe/x/xmlrpc-c/xmlrpc-api-utils_1.33.14-1ubuntu1_amd64.deb
Size: 25490
MD5sum: 536342fb572c008f2e90106c89a163c7
SHA1: a2359bb8c3aea0a1c5ee0f0e0201d1cc5684dbcb
SHA256: ca1f67856623360f517720d8355ee762ccb05432a84ffbd0ba0c443d24104dd0
Description-en: Generate C++ wrapper classes for XML-RPC servers
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into an XML document, sends it to a remote
server using HTTP, and gets back the response as XML.
.
This package contains two programs:
* xml-rpc-api2cpp, a utility for generating C++ wrapper classes based
on an XML-RPC API, obtained by interrogating an XML-RPC server.
* xml-rpc-api2txt, a utility for printing out an XML-RPC API as a
text file. The API is obtained by interrogating an XML-RPC server.
Description-md5: 1389f2e2e1188c4e475252cb0576ebff
Homepage: http://xmlrpc-c.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu