1

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.

Rpj
  • 5,348
  • 16
  • 62
  • 122

1 Answers1

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.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250