How to Install and Uninstall webdis Package on Kali Linux

Last updated: May 14,2024

1. Install "webdis" package

Please follow the steps below to install webdis on Kali Linux

$ sudo apt update $ sudo apt install webdis

2. Uninstall "webdis" package

Learn how to uninstall webdis on Kali Linux:

$ sudo apt remove webdis $ sudo apt autoclean && sudo apt autoremove

3. Information about the webdis package on Kali Linux

Package: webdis
Source: webdis (0.1.9+dfsg-1.1)
Version: 0.1.9+dfsg-1.1+b1
Installed-Size: 121
Maintainer: Andrii Senkovych
Architecture: amd64
Depends: libb64-0d (>= 1.2), libc6 (>= 2.34), libevent-2.1-7 (>= 2.1.8-stable), libhiredis1.1.0 (>= 1.2.0), libjansson4 (>= 2.14), adduser, lsb-base (>= 3.0-6)
Suggests: redis-server
Size: 42056
SHA256: fae3a7927ebe53ceaeefeaea0839956fa1016e3292dbadd232616de6ed99cc78
SHA1: 24a24bbf432bdb71ae9104398996ed92a56b3fc1
MD5sum: 62b288acd33a4ccfe6a92ca59636347a
Description: simple web server providing an HTTP interface to Redis
Webdis is a simple web server providing HTTP interface to Redis. Some features
include:
* Support for GET and POST requests.
* JSON output by default, optional JSONP parameter (?jsonp=myFunction).
* Raw Redis 2.0 protocol output with .raw suffix
* HTTP 1.1 pipelining (50,000 http requests per second on a desktop Linux
machine.)
* Restricted commands by IP range (CIDR subnet + mask) or HTTP Basic Auth,
returning 403 errors.
* Possible Redis authentication in the config file.
* Pub/Sub using Transfer-Encoding: chunked, works with JSONP as well. Webdis
can be used as a Comet server.
* Custom Content-Type using a pre-defined file extension, or with
?type=some/thing.
* URL-encoded parameters for binary data or slashes.
* Logs, with a configurable verbosity.
* Cross-origin XHR, if compiled with libevent2 (for OPTIONS support).
* File upload with PUT.
* With the JSON output, the return value of INFO is parsed and transformed
into an object.
Description-md5:
Homepage: http://webd.is
Section: web
Priority: optional
Filename: pool/main/w/webdis/webdis_0.1.9+dfsg-1.1+b1_amd64.deb