uninstalling programs in /usr/local/bin

Asked by marcus aurelius

how would i uninstall a program that i compiled myself. it's installed in /usr/local/bin

the program in question is inkscape 0.48.1

Question information

Language:
English Edit question
Status:
Answered
For:
Inkscape Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

use the source you downloaded and use:

sudo make clean

It will remove it

You may be able to remove it with:

sudo add-apt-repository ppa:valavanisalex/inkscape; sudo apt-get update; sudo apt-get --reinstall inkscape; sudo apt-get --purge remove inkscape

Revision history for this message
Alex Valavanis (valavanisalex) said :
#2

Actually, "make clean" just deletes the compiled objects from the source folder... it doesn't remove the installed files.

To remove the installed files cleanly:

* Open a terminal
* Find the source folder you downloaded from the Inkscape website, and change into it: "cd <name of folder>"
* Enter "sudo make uninstall" to remove all installed files

Let us know if that works!

Can you help with this problem?

Provide an answer of your own, or ask marcus aurelius for more information if necessary.

To post a message you must log in.