How do I completely uninstall git from my Linux Machine -
i had installed git downloading tar ball , doing following steps
./configure --prefix=/scratch/custom/git make make install
but after running these commands, still see git created under /usr/local
below
bash-4.1$ whereis git git: /usr/bin/git /usr/local/git /usr/share/man/man1/git.1.gz
i remove , reinstall again how do same?
if make unistall
doesn't work, mentioned here, uninstalling on linux, try make install
again, capturing output.
then go through of install commands , manually remove installed files.
also, 'make -n` may determine of installed files.
Comments
Post a Comment