分类: Android平台
2015-06-03 16:39:09
To uninstall git just follow these instructions.
sudo apt-get remove git
This will remove just the git package itself.
sudo apt-get remove --auto-remove git
This will remove the git package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for git then this will work.
sudo apt-get purge git
Or similarly, like this git
sudo apt-get purge --auto-remove git