How to avoid installing git-man when installing git on Ubuntu

How to avoid installing git-man when installing git on Ubuntu. I don't think I am referring to the manual pages in the OS, is there a way to disable loading them.

+1


source to share


1 answer


As shown in git installation on ubuntu 12.10 "you can only install (from the launchpad ppa ): git-core

sudo apt-get install git-core

      



If you look at the information about the git package itself , " git

" comes with git-man

.

0


source







All Articles