Use the --no-recommends option for a more minimalistic install. Here my comparison:
Code:
~/ zypper in git
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following NEW packages are going to be installed:
cvs cvsps git git-core git-cvs git-email git-gui git-svn git-web gitk libapr-util1 libapr1 libserf-1-0 perl-Authen-SASL perl-Clone perl-DBD-SQLite perl-DBI perl-Error perl-IO-Socket-INET6
perl-IO-Socket-SSL perl-MLDBM perl-Net-Daemon perl-Net-LibIDN perl-Net-SMTP-SSL perl-Net-SSLeay perl-Params-Util perl-PlRPC perl-SQL-Statement perl-Socket6 subversion subversion-perl
The following recommended packages were automatically selected:
git-cvs git-email git-gui git-svn git-web gitk perl-Authen-SASL perl-Clone perl-IO-Socket-INET6 perl-MLDBM perl-Net-Daemon perl-Net-LibIDN perl-Net-SMTP-SSL perl-PlRPC perl-SQL-Statement
The following package is suggested, but will not be installed:
git-daemon
31 new packages to install.
Overall download size: 9.0 MiB. After the operation, additional 36.5 MiB will be used.
Continue? [y/n/?] (y): n
Code:
~/ zypper in --no-recommends git
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following NEW packages are going to be installed:
git git-core perl-Error
The following packages are recommended, but will not be installed (only required packages will be installed):
git-cvs git-email git-gui git-svn git-web gitk
The following package is suggested, but will not be installed:
git-daemon
3 new packages to install.
Overall download size: 2.9 MiB. After the operation, additional 16.3 MiB will be used.
Continue? [y/n/?] (y): n
Bookmarks