I would like to remove touchegg with
sudo apt-get purge touchegg
but the output says that nothing was uninstalled. When I check
dpkg -l
touchegg is not listed among the packages so so far so good. But strangely when I call touchegg from the terminal it still runs.
/usr/local/share
and/home/$USER/touchegg/
. Do I remove these manually? – sedsiv Aug 29 '16 at 16:56sudo apt-get remove touchegg
first, then repeat the procedure above. If this don't work, try to remove the files manually as you are asking. Regards – GTRONICK Aug 29 '16 at 17:01