uninstall pcloud linux code example
Example 1: uninstall redis ubuntu terminal
apt-get purge --auto-remove redis-servers
# check if the package is present or not
apt-cache policy redis-server
Example 2: uninstall package ubuntu
sudo apt remove <package name>