Linux – equivalent development/build tools for suse professional 11

linuxopensuse

I have suse professional 11.4

In redhat we have this:

yum group install "development tools"

In Debian we have this:

apt-get install build-essentials

What is the equivalent for suse? I want to install all the build/developer tools.

Many thanks for any suggesions,

Best Answer

You can find this on the Suse forum.

http://forums.opensuse.org/applications/413553-build-essential.html

There is no 'build essential' type package - You can install c/c++ dev tools with the command zypper install -t pattern devel_C_C++ or by installing either the C/C++ Compiler and Tools (on suse 11.0) or C/C++ Development pattern from YAST Software management

Related Topic