How to Install Redis Desktop Manager(RDM) on Ubuntu 20.4.1
To Install Redis Desktop Manager on Ubuntu 20.4.1
Introduction:
Redis Desktop Manager is an open-source Redis database management application for OS. This application allows an easy-to-use GUI to access our Redis DB and execute some basic operations including view keys as a tree, CRUD keys, execute commands via a shell. Installation process: Run lsb_release command to check the installed version of OS as follows.
root@linuxhelp:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.1 LTS
Release: 20.04
Codename: focal
Now install tools
root@linuxhelp:~# apt install redis-tools
root@linuxhelp:~# redis-cli -v
redis-cli 5.0.7
root@linuxhelp:~# apt update
Hit:1 http://in.archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://in.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://in.archive.ubuntu.com/ubuntu focal-backports InRelease
Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [109 kB]
Fetched 109 kB in 2s (59.2 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
248 packages can be upgraded. Run 'apt list --upgradable' to see them.
to install redis RDM use the following command
root@linuxhelp:~# snap install redis-desktop-manager
Setup snap "redis-desktop-manager" (453) security profiles for auto-connectionsSetup snap "redis-desktop-manager" (453) security profiles for auto-connectionsredis-desktop-manager 2020.6+72258213 from Igor Malinovskiy (uglide) installed
Open Redis Desktop Manager
Now Create a Redis DB file Create redis group with this redis installation comes with the end.
Comments ( 0 )
No comments available