How to Install and Uninstall webdis Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 14,2024

1. Install "webdis" package

Here is a brief guide to show you how to install webdis on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install webdis

2. Uninstall "webdis" package

Learn how to uninstall webdis on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the webdis package on Ubuntu 20.10 (Groovy Gorilla)

Package: webdis
Architecture: amd64
Version: 0.1.9+dfsg-1
Priority: optional
Section: universe/web
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Andrii Senkovych
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 123
Depends: libb64-0d (>= 1.2), libc6 (>= 2.14), libevent-2.1-7 (>= 2.1.8-stable), libhiredis0.14 (>= 0.14.1), libjansson4 (>= 2.0.1), adduser, lsb-base (>= 3.0-6)
Suggests: redis-server
Filename: pool/universe/w/webdis/webdis_0.1.9+dfsg-1_amd64.deb
Size: 41984
MD5sum: 0b1409a8b4981aad172d5bd89fc87e32
SHA1: cc0b735b70c3b5e6f94ddf76dc259532a364a9dd
SHA256: 720c611e447bf2337e0a04fa1ff9b87157047bb80f1897acd984f2e8986d1db0
SHA512: e0cbdf55d96f0d66d7bac13f2630db5862631952fba13dda241a0facf55c12f54a18cf3dd29402ab52a81a36465d66ee6aa2a7bc72a4b598803e9aefd14e9af8
Homepage: http://webd.is
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