在 Ubuntu 中安装 git 时如何避免安装 git-man
How should I avoid installing git-man while installing git in Ubuntu
如何在 Ubuntu 中安装 git 时避免安装 git-man。我不认为我参考了 OS 中的手册页,有没有办法禁止下载它们。
如“installing git on ubuntu 12.10", you could instal only git-core
(from the launchpad ppa”所示:
sudo apt-get install git-core
如果您查看 details of the git package itself,“git
”确实带有 git-man
。
如何在 Ubuntu 中安装 git 时避免安装 git-man。我不认为我参考了 OS 中的手册页,有没有办法禁止下载它们。
如“installing git on ubuntu 12.10", you could instal only git-core
(from the launchpad ppa”所示:
sudo apt-get install git-core
如果您查看 details of the git package itself,“git
”确实带有 git-man
。