How To Install Redis Desktop Manager on Ubuntu 19.04
Installation Of Redis Desktop Manager On Ubuntu 19.04
Redis Desktop Manager (RDM) — is a fast open source Redis database management application for Windows, Linux and MacOS. This tool offers you an easy-to-use GUI to access your Redis DB and perform some basic operations: view keys as a tree, CRUD keys, execute commands via shell.This Tutorial covers the installation of Redis Desktop Manager on ubuntu 19.04
Installion procedure
Check the Ubuntu version by using the following command
root@linuxhelp:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 19.04
Release: 19.04
Codename: disco
Check the redis version by using the following command
root@linuxhelp:~# redis-cli -v
redis-cli 5.0.3
Run the apt update to update the repository
root@linuxhelp:~# apt update
Hit:1 http://in.archive.ubuntu.com/ubuntu disco InRelease
Get:2 http://in.archive.ubuntu.com/ubuntu disco-updates InRelease [97.5 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu disco-backports InRelease [88.8 kB]
Get:4 http://security.ubuntu.com/ubuntu disco-security InRelease [97.5 kB]
Fetched 284 kB in 1s (256 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
232 packages can be upgraded. Run 'apt list --upgradable' to see them.
Install the Redis Desktop Manager by using the following command
root@linuxhelp:~# snap install redis-desktop-manager
redis-desktop-manager 2019.1.0+git from Igor Malinovskiy (uglide) installed
Search for Redis Desktop Manager
Now Create a Redis DB file
This is the Redis Desktop Manager application
With this, the installation of Redis Desktop Manager on Ubuntu 19.04 comes to an end.
Comments ( 0 )
No comments available