http://www.desktoplinux.co
http://susediary.blogspot.
Check these out, go information on "Suse package management"
Main Topics
Browse All TopicsIn open Suse Linux - I have not idea how to install programs!
1.) IF you are actually able to install a program on this version of linux, should it show up in your applications browser somewhere?
2.) All of the programs that I am trying to install have a makefile, and the only instructions I seem to be able to find on installing are from a terminal program doing the following:
jeff@linux-o7os:~> cd torrentbubbles
jeff@linux-o7os:~/torrentb
make: *** No rule to make target `/usr/lib/qt3/mkspecs/defa
jeff@linux-o7os:~/torrentb
jeff@linux-o7os:~> cd aircrack-ng-0.9.1
jeff@linux-o7os:~/aircrack
gcc -g -W -Wall -O3 -D_FILE_OFFSET_BITS=64 -D_REVISION=`./evalrev` src/aircrack-ng.c src/crypto.c src/sha1-mmx.S src/common.c src/aircrack-ptw-lib.c -o aircrack-ng -lpthread
/bin/sh: gcc: command not found
make: *** [aircrack-ng] Error 127
jeff@linux-o7os:~/aircrack
(I know for a fact that each of these directories have a makefile)
3.) It never works! I have been looking around the forums and stuff and there is a program called YaST that is supposed to be some program manager or something that comes integrated with Open SUSE 10.2? I will hit Alt-F2 to bring up the run prompt and then type in YAST like it is instructed on
http://en.opensuse.org/YaS
All this stuff is driving me crazy! I don't even know where to look first - I don't know how to install anything, so I don't even know how to go about installing an installation manager like YAST
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
http://www.desktoplinux.co
http://susediary.blogspot.
Check these out, go information on "Suse package management"
Thank you so much, I never would have figured that out! So I installed the GCC protocol or whatever you call it, and now the "make" command seems to work, but I get the following permission errors in the "make install" command: What would be the work-around in this?
jeff@linux-o7os:~/aircrack
install -d /usr/local/bin
install -m 755 aircrack-ng airdecap-ng packetforge-ng ivstools kstats /usr/local/bin
install: cannot create regular file `/usr/local/bin/aircrack-n
install: cannot create regular file `/usr/local/bin/airdecap-n
install: cannot create regular file `/usr/local/bin/packetforg
install: cannot create regular file `/usr/local/bin/ivstools':
install: cannot create regular file `/usr/local/bin/kstats': Permission denied
make: *** [install_userland] Error 1
jeff@linux-o7os:~/aircrack
Thank you so much guys!
Business Accounts
Answer for Membership
by: alextoftPosted on 2007-10-07 at 13:32:59ID: 20030947
/bin/sh: gcc: command not found
There's a big clue here. You don't have a compiler installed. Open Yast (it's on your program menu!), software, then search for gcc and install it.
Programs may, or may not, install a menu entry.