我在 Ubuntu Lucid(最新)上手动安装了 Git,如下所示。
cd ~/tmp
wget http://kernel.org/pub/software/scm/git/git-1.7.0.6.tar.gz
tar -xzvf git-1.7.0.6.tar.gz
cd git-1.7.0.6.tar.gz
./configure
sudo make
sudo make install
Run Code Online (Sandbox Code Playgroud)
现在,我怎样才能完全卸载它?