How should I avoid installing git-man while installing git in Ubuntu. I don't think I refer to the man pages in the OS, is there a way to disable downloading them.
Asked
Active
Viewed 262 times
1 Answers
0
As illustrated in "installing git on ubuntu 12.10", you could instal only git-core
(from the launchpad ppa):
sudo apt-get install git-core
If you look at the details of the git package itself, "git
" does come with git-man
.