uninstall software that's installed from source code

Asked by Dinn Raharja

i have problem to uninstall program that i have compiled and install in ubuntu 12.04, i have tried way like use apt-get remove but cannot work. how could i do ? thanks

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu software-center Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
N1ck 7h0m4d4k15 (nicktux) said :
#1

Hello ,

If you installed the program with

++++++++++++++
sudo make install
++++++++++++++

then go to source folder and unistall it with

+++++++++++++++++++
sudo make uninstall
+++++++++++++++++++

The best suggestion is to read the README file inside source code folder and see how you can uninstall the program.

Thanks

Can you help with this problem?

Provide an answer of your own, or ask Dinn Raharja for more information if necessary.

To post a message you must log in.