03-10-2015, 09:10 PM
Hello,
In case you installed it from the repository.
Ctrl+Alt+T to start the command line
then type in
That will open a synaptic package manager.
There you can find the package you installed and remove it.
In case you compiled it from source:
cd into the directory where you compiled the program
Then run
or
In case you installed it from the repository.
Ctrl+Alt+T to start the command line
then type in
Code:
gksudo synaptic
There you can find the package you installed and remove it.
In case you compiled it from source:
cd into the directory where you compiled the program
Code:
cd /path/to/
Code:
make uninstall
Code:
sudo make uninstall