I followed this guide to install Redis "How To Install and Configure Redis on Ubuntu 16.04".
However, now I want to remove the Redis from my server (Ubuntu 16.04).
The command sudo apt-get purge --auto-remove redis-server doesn't work as I installed the Redis manually..
How can I uninstall it now?