user
December 14, 2008, 3:16am
#1
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
//SpiderPig.
oldcpu
December 14, 2008, 3:37am
#2
… 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?
openSUSE has zypper instead:
Zypper/Usage/11.0 - openSUSE
Some openSUSE basic concepts:
Concepts - openSUSE
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
//SpiderPig.
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
–
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
ken_yap
December 14, 2008, 8:25am
#4
I tried that but on my Ubuntu machine it said:
bash: zypper: command not found
Oh dear, what’s wrong? ;);)
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.
conram
December 14, 2008, 8:31am
#5
ken_yap:
I tried that but on my Ubuntu machine it said:
Oh dear, what’s wrong? ;);)
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!
ken_yap
December 14, 2008, 8:40am
#6
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.
user
December 14, 2008, 12:19pm
#7
Thanks for the help guys!!!rotfl!