我有专业的11.4
在redhat中我们有这个:
yum group install "development tools"
在Debian中,我们有这样的:
apt-get install build-essentials
什么是suse的等价物? 我想安装所有的构build/开发工具。
非常感谢任何build议,
你可以在Suse论坛上find这个。
http://forums.opensuse.org/applications/413553-build-essential.html
没有“构build基本”types的软件包 – 你可以用命令zypper install -t pattern devel_C_C++安装c / c ++开发工具,或者安装C/C++ Compiler and Tools (在suse 11.0)或者C/C++ Development模式YAST软件pipe理
除了Jeroen的回答,我运行这个命令来找出模式名称:
$ zypper se -t pattern devel Loading repository data... Reading installed packages... S | Name | Summary | Type --+-------------+--------------------------+-------- i | Basis-Devel | C/C++ Compiler and Tools | pattern
那么这是一个安装软件包的问题:
$ zypper install --type pattern Basis-Devel Loading repository data... Reading installed packages... Resolving package dependencies... The following NEW packages are going to be installed: adaptec-firmware aspell aspell-en aspell-ispell atmel-firmware autoconf automake bison brocade-firmware ctags cvs emacs emacs-info emacs-x11 flex gcc43-c++ gcc43-info gcc43-locale gcc-c++ gcc-info gcc-locale gdbm-devel giflib glibc-info icom-firmware ipw-firmware kernel-default-devel kernel-source libaio-devel libasound2 libncurses6 libstdc++43-devel libstdc++-devel mpt-firmware ncurses-devel pkg-config rcs tack texinfo xaw3d The following NEW patterns are going to be installed: Basis-Devel Minimal <snip>
这是在SLES SP1上。