How to Install and Uninstall libredstone-xmlrpc-java Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: November 26,2024
1. Install "libredstone-xmlrpc-java" package
Please follow the step by step instructions below to install libredstone-xmlrpc-java on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
libredstone-xmlrpc-java
Copied
2. Uninstall "libredstone-xmlrpc-java" package
Please follow the instructions below to uninstall libredstone-xmlrpc-java on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
libredstone-xmlrpc-java
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libredstone-xmlrpc-java package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: libredstone-xmlrpc-java
Priority: optional
Section: universe/java
Installed-Size: 112
Maintainer: Ubuntu Developers
Architecture: all
Source: redstone-xmlrpc
Version: 1.1-0ubuntu1
Depends: libservlet2.5-java, default-jre-headless | java2-runtime-headless
Filename: pool/universe/r/redstone-xmlrpc/libredstone-xmlrpc-java_1.1-0ubuntu1_all.deb
Size: 66396
MD5sum: 9bdc33d27009e9f56d688ca8bda84da3
SHA1: be272909bf9efb852288a4e9ae43a3cf5484c4dc
SHA256: d8fd702e88b2f93fc81fc8ac768c25ccdef49d5c3457268f856fbe24ebc628f4
Description-en: A small and verstile implementation of the XML-RPC Specification
Redstone XML-RPC Library is a small but versatile implementation of the
XML-RPC specification. It contains the following main features:
.
* An XML-RPC client for accessing XML-RPC services, and an XML-RPC servlet
for publishing plain Java objects as XML-RPC services in a web server.
Both the client and the server can be configured to stream messages
directly over a socket without constructing the messages in memory.
Although this is not compliant with the specification (which mandates
the use of a Content-Length HTTP header), this allows for virtually
unlimited sized messages when communicating with services and clients
that do not use or rely on the Content-Length header.
* A serialization framework allowing custom serializers to serialize values
inherently unknown to the library. The serialization framework may be
used outside of the XML-RPC library to encode Java objects into XML
streams. The library comes with serializers for common types like Maps,
Collections, Lists, object arrays, primitive arrays, and a reflective
serializer for serializing any Java object.
* A set of custom serializers generating JSON messages instead of XML-RPC
messages allowing for easy access from JavaScript. The library also
includes a small XML-RPC client in JavaScript for accessing services
published by this library.
* A SAX-based XML-RPC parser that may be used outside of the library to
parse streams with XML-RPC messages.
* A dynamic proxy generator to allow XML-RPC services to be used through
regular Java-interfaces. This helps increase productivity and type
safety while allowing IDEs to provide content assist functionality.
* Invocation interceptors that are hooked up on the server side to
intercept calls to services published though the library. Interceptors
may intercept invocations based on method names or arguments sent from
the client. Based on this information, interceptors may prevent
invocations from completing or add, modify, or remove arguments before
dispatching the call to the service. Interceptors may also redirect
calls and examine and modify the result of an invocation before it
is sent back to the client.
Description-md5: e702a4bed4167707d08ce5d67a5bcfde
Homepage: http://xmlrpc.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/java
Installed-Size: 112
Maintainer: Ubuntu Developers
Architecture: all
Source: redstone-xmlrpc
Version: 1.1-0ubuntu1
Depends: libservlet2.5-java, default-jre-headless | java2-runtime-headless
Filename: pool/universe/r/redstone-xmlrpc/libredstone-xmlrpc-java_1.1-0ubuntu1_all.deb
Size: 66396
MD5sum: 9bdc33d27009e9f56d688ca8bda84da3
SHA1: be272909bf9efb852288a4e9ae43a3cf5484c4dc
SHA256: d8fd702e88b2f93fc81fc8ac768c25ccdef49d5c3457268f856fbe24ebc628f4
Description-en: A small and verstile implementation of the XML-RPC Specification
Redstone XML-RPC Library is a small but versatile implementation of the
XML-RPC specification. It contains the following main features:
.
* An XML-RPC client for accessing XML-RPC services, and an XML-RPC servlet
for publishing plain Java objects as XML-RPC services in a web server.
Both the client and the server can be configured to stream messages
directly over a socket without constructing the messages in memory.
Although this is not compliant with the specification (which mandates
the use of a Content-Length HTTP header), this allows for virtually
unlimited sized messages when communicating with services and clients
that do not use or rely on the Content-Length header.
* A serialization framework allowing custom serializers to serialize values
inherently unknown to the library. The serialization framework may be
used outside of the XML-RPC library to encode Java objects into XML
streams. The library comes with serializers for common types like Maps,
Collections, Lists, object arrays, primitive arrays, and a reflective
serializer for serializing any Java object.
* A set of custom serializers generating JSON messages instead of XML-RPC
messages allowing for easy access from JavaScript. The library also
includes a small XML-RPC client in JavaScript for accessing services
published by this library.
* A SAX-based XML-RPC parser that may be used outside of the library to
parse streams with XML-RPC messages.
* A dynamic proxy generator to allow XML-RPC services to be used through
regular Java-interfaces. This helps increase productivity and type
safety while allowing IDEs to provide content assist functionality.
* Invocation interceptors that are hooked up on the server side to
intercept calls to services published though the library. Interceptors
may intercept invocations based on method names or arguments sent from
the client. Based on this information, interceptors may prevent
invocations from completing or add, modify, or remove arguments before
dispatching the call to the service. Interceptors may also redirect
calls and examine and modify the result of an invocation before it
is sent back to the client.
Description-md5: e702a4bed4167707d08ce5d67a5bcfde
Homepage: http://xmlrpc.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu