How to Install and Uninstall webdis Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "webdis" package

Please follow the step by step instructions below to install webdis on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install webdis

2. Uninstall "webdis" package

Please follow the steps below to uninstall webdis on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the webdis package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: webdis
Priority: optional
Section: universe/web
Installed-Size: 158
Maintainer: Ubuntu Developers
Original-Maintainer: Andriy Senkovych
Architecture: amd64
Version: 0.1.1-2.1
Depends: libb64-0d (>= 1.2), libc6 (>= 2.14), libevent-2.0-5 (>= 2.0.10-stable), libhiredis0.13 (>= 0.13.1), libjansson4 (>= 2.0.1), adduser
Suggests: redis-server
Filename: pool/universe/w/webdis/webdis_0.1.1-2.1_amd64.deb
Size: 41384
MD5sum: 9358b72f3e5ead9108f46d9f21ab79a2
SHA1: 6aa7eb8b1be4967570c40b691558b35956cd2bac
SHA256: 7930b4f3e0e7cfcadde980b157aca5ccbe20a7b23708fe3f12aee29e65949745
Description-en: 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: afc1675888bdf33add1f3dc4d089ca1b
Homepage: http://webd.is
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu