How do I remove a package installed from source?

Discussion in 'Programming/Scripts' started by Jawshh, Nov 24, 2010.

  1. Jawshh

    Jawshh New Member

    Hello,

    I installed a of APC version 3.1.5 (beta) from source by mistake (I was feeling sleepy) and it looks like it's buggy (duh).

    I am not too experienced with linux, so, I don't know how to remove packages installed from source. Sure, I know how to INSTALL packages but really I have no idea of how remove.

    I tried running make clean in the directory but it didn't uninstall.

    Please help me!

    Thanks,
    Josh
     
  2. matty

    matty Member

    Generally it's 'make uninstall', but it depends on what the coder decided to add to the Makefile.
     

Share This Page