apt-get: Command not found!

Heys, I’m new to Suse, and im trying to install and fix a program trough the console, was going to go “sudo apt-get install build-essentials”
But then the terminal said Apt-get:command not found, and then ive started to wonder, why does my Suse OS not have apt-get command installed by default?
thats question number one, and number two is, how do i get it?

Thanks :slight_smile:
//SpiderPig.

openSUSE has zypper instead:
Zypper/Usage/11.0 - openSUSE

Some openSUSE basic concepts:
Concepts - openSUSE

Hi
openSUSE doesn’t use apt-get (it is available I think??), it uses the
zypper command. In this case you could select the base development
patterns;


sudo zypper in -t pattern devel_basis

Use the se option to see the full list,


zypper se -t pattern

There are many more, see the man page :slight_smile:


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.1 x86 Kernel 2.6.27.7-4-default
up 1 day 10:14, 3 users, load average: 0.35, 0.34, 0.36
GPU GeForce 6600 TE/6200 TE - Driver Version: 177.82

I tried that but on my Ubuntu machine it said:

bash: zypper: command not found

Oh dear, what’s wrong? ;);):wink:

PS: It’s a joke, ok?

PPS: Actually I do now and then make the mistake of typing yum at OpenSUSE or rug at RHEL or any of a number of wrong combinations.

YaY!
You made my day.lol!

BTW, I do have something useful to post, come to think of it. Distrowatch recently published a cheatsheet summarising the commands for all the major (and some minor) package managers. You can find it at

DistroWatch.com: Put the fun back into computing. Use Linux, BSD.

Thanks for the help guys!!!rotfl!