Installing Redis (server + cli) on WSL (Ubuntu 18.04)



Installing Redis (server + cli) on WSL (Ubuntu 18.04)

Installing Redis (server + cli) on WSL (Ubuntu 18.04)

This video goes through the process of removing a installed package(program) from Ubuntu leveraging
[sudo apt-get remove “program/package-name”]
and [sudo apt-get autoremove] to purge all dependent libraries/files.

Following which installing the redis (server+cli) through,
[sudo apt-get install redis-server]

Comments are closed.