PDA

View Full Version : [SOLVED] -(make)



smss
March 19th, 2011, 03:12 PM
Hello.
How to remove a program by the command


./configure
make
sudo make install
installed??
Best Regards
***smss***

sisco311
March 19th, 2011, 03:27 PM
In most cases sudo make uninstall will do the trick.

But to make it easier, instead of sudo make install, you should use sudo checkinstall. Then you can remove the installed package via Synaptic or a terminal (dpkg -r package or apt-get remove package). See: community/CheckInstall.