well if you did not install kde, but did install gnome then you have galeon? i think that's the gnome file browser... also, you will likely have the gnome package manager, i think it is called grpm [edit - no it's not! it's called
gnorpm] on the command line, and it is roughly equivelant to krpm which is what these guys are talking about.
regarding the
quote:
./configure
make
make install
this will work fine for most things. the first command uses the configure script to make a Makefile for your machine (based on what compiler you have and so on), the second line runs make (which reads the Makefile you just created and compiles the program), thr third line must be entered as root, so su into root mode and run it. it should either install, or exit printing all the errors. these will typically tell you to install some other stuff that is required before it will allow you to install this program. [edit - is this right, by the way? some people might be able to correct me on some of this...]
personally, i would say rpms might be easier, but if you want to learn (and if you want an install that matches your personal computer/system setup) then you'd be better installing from source.
[ September 16, 2002: Message edited by: Calum ]