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

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -