How to Install and Uninstall xmlrpc-api-utils Package on Kali Linux

Last updated: October 06,2024

1. Install "xmlrpc-api-utils" package

This guide let you learn how to install xmlrpc-api-utils on Kali Linux

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

2. Uninstall "xmlrpc-api-utils" package

This tutorial shows how to uninstall xmlrpc-api-utils on Kali Linux:

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

3. Information about the xmlrpc-api-utils package on Kali Linux

Package: xmlrpc-api-utils
Source: xmlrpc-c
Version: 1.33.14-11
Installed-Size: 86
Maintainer: Debian QA Group
Architecture: amd64
Replaces: xml-rpc-api2cpp, xml-rpc-api2txt
Provides: xml-rpc-api2cpp, xml-rpc-api2txt
Depends: libc6-dev, libfrontier-rpc-perl, libxmlrpc-c++8v5 (= 1.33.14-11), libxmlrpc-core-c3 (= 1.33.14-11), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Conflicts: xml-rpc-api2cpp, xml-rpc-api2txt
Size: 29308
SHA256: 1e09f43d13c238aac480cb1be0cadee2cc7be43d628ab9e15a0f0ff90fac739b
SHA1: 910ed3bdb5b796620b3162be1c2562b4c77c8503
MD5sum: 48e111bf3e69699bd38c8d38a85e69df
Description: 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:
Homepage: http://xmlrpc-c.sourceforge.net
Tag: role::program
Section: devel
Priority: optional
Filename: pool/main/x/xmlrpc-c/xmlrpc-api-utils_1.33.14-11_amd64.deb