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

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -