Aut*_*act 4 linux uninstall bash git ubuntu-10.04
我在 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)
现在,我怎样才能完全卸载它?
使用installwatch(又名 checkinstall)查看它实际安装的内容,然后删除文件。请注意,这需要make install再次运行,就在 installwatch 下。
检查,首先确保uninstall目标不存在(例如 try make uninstall)。make help也可能有用。
除非你真的需要你的发行版打包的东西的新版本中的一个功能(或者除非他们根本不打包),出于这个原因,使用包管理器安装东西通常是一个好主意。
| 归档时间: |
|
| 查看次数: |
19683 次 |
| 最近记录: |