How to Install and Uninstall php-datto-json-rpc-http Package on Kali Linux

Last updated: May 14,2024

1. Install "php-datto-json-rpc-http" package

This guide covers the steps necessary to install php-datto-json-rpc-http on Kali Linux

$ sudo apt update $ sudo apt install php-datto-json-rpc-http

2. Uninstall "php-datto-json-rpc-http" package

This guide let you learn how to uninstall php-datto-json-rpc-http on Kali Linux:

$ sudo apt remove php-datto-json-rpc-http $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-datto-json-rpc-http package on Kali Linux

Package: php-datto-json-rpc-http
Version: 5.0.6-2
Installed-Size: 52
Maintainer: Debian PHP PEAR Maintainers
Architecture: all
Depends: php-common, php-datto-json-rpc (>= 6.1), php-datto-json-rpc (<< 7~~)
Size: 11528
SHA256: daca494b1c7763fed71f072ee39dca23ed82e5aea6ac5d887ca77dde5c63d4da
SHA1: 760c4977c608d502dd0cbd7822087db414e4441e
MD5sum: 78db74fad97953b6aab5d161fc85c2ea
Description: HTTP client and server for JSON-RPC 2.0
This package allows you to set up a JSON-RPC client and/or server over
HTTP(S), using your own PHP code to evaluate the requests.
.
This package abstracts away the details of the JSON-RPC messaging format and
the HTTP(S) headers that are necessary for the client and server to
communicate successfully.
.
You're free to use your own library to handle the requests. Likewise, you're
free to route requests to your server endpoint through any system that you
prefer! (See the "examples" folder for ready-to-use examples.)
.
This package allows you to communicate with a URL endpoint: If don't need to
send or receive HTTP(S) headers, but just want to abstract away the internal
JSON-RPC messaging format, then you should use the php-json-rpc package
instead.
.
Features:
- Correct: fully compliant with the JSON-RPC 2.0 specifications
- Reliable: works in all environments (even when CURL is not installed)
- Flexible: you can choose your own system for interpreting the JSON-RPC
method strings
- Minimalistic: just two tiny files
- Ready to use, with working examples
Description-md5:
Multi-Arch: foreign
Homepage: https://www.datto.com/
Section: php
Priority: optional
Filename: pool/main/p/php-datto-json-rpc-http/php-datto-json-rpc-http_5.0.6-2_all.deb

5. The same packages on other Linux Distributions