xmlrpc-c-config
based programs
Install
- All systems
-
curl cmd.cat/xmlrpc-c-config.sh
- Debian
-
apt-get install libxmlrpc-core-c3-dev
- Ubuntu
-
apt-get install libxmlrpc-core-c3-dev
- Alpine
-
apk add xmlrpc-c
- Arch Linux
-
pacman -S xmlrpc-c
- Kali Linux
-
apt-get install libxmlrpc-core-c3-dev
- CentOS
-
yum install xmlrpc-c-devel
- Fedora
-
dnf install xmlrpc-c-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libxmlrpc-core-c3-dev
- OS X
-
brew install xmlrpc-c
- Raspbian
-
apt-get install libxmlrpc-core-c3-dev
- Dockerfile
- dockerfile.run/xmlrpc-c-config
- Docker
-
docker run cmd.cat/xmlrpc-c-config xmlrpc-c-config
powered by Commando
xmlrpc-c-devel
based programs
libxmlrpc-core-c3-dev
lightweight RPC library based on XML and HTTP [C development libraries]
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 library provides a modular implementation of XML-RPC for C. Install this package if you wish to develop your own programs using this library.
xmlrpc-c
XML-RPC is a quick-and-easy way to make procedure calls over the
Internet. It converts the procedure call into XML document, sends it to a remote server using HTTP, and gets back the response as XML. This library provides a modular implementation of XML-RPC for C.