I was testing out ways to get better gestures on my laptop, someone on reddit suggested this, I installed it following this guide.
It worked, but I don't really like it, so I want to now remove it. Except I have no idea how. I tried finding it in my installed packages with
sudo apt list --installed | grep -i mtrack
But that didn't find anything. What should I do?
Edit: Going to the install folder and running sudo make uninstall
results in this:
/bin/bash ./libtool --mode=uninstall rm -f '/usr/lib/xorg/modules/input/mtrack_drv.la'
In general, running
make uninstall
will work, but theuninstall
target is not guraranteed to exist an ALLmakefile
s.By using the
installwatch
program (part of thecheckinstall
package), and reinstalling the software (sudo installwatch [options] make install
, you can find out which files are altered, and manually delete them.DESCRIPTION