Cheers for that comprehensive list, much help to a Linux newbie such as myself...
However I'm having trouble. I'm trying to install SuperKaramba which requires me to compile it, so I installed all the stuff above in order and it seemed to work ok. Restarted X and used the terminal as root to go into the superkaramba dir.
Running ./configure gives this at the very end:
checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
I have done a google for "Can't find X includes" but I can't find anything other than unhelpful stuff and vague answers
This is the second time I've tried this, the first time I cocked up the dependencies (it finally installed but with far too much stuff installed) and got the same problem. I formatted and installed SuSE 9.1 again but same problem...
Edit: Got the make package now, and tried using make and make install on it:
mshome:~/superkaramba-0.35 # make
make all-recursive
make[1]: Entering directory `/root/superkaramba-0.35'
Making all in doc
make[2]: Entering directory `/root/superkaramba-0.35/doc'
Making all in .
make[3]: Entering directory `/root/superkaramba-0.35/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/superkaramba-0.35/doc'
Making all in en
make[3]: Entering directory `/root/superkaramba-0.35/doc/en'
make[3]: *** No rule to make target `/usr/share/apps/ksgmltools2/customization/kde-chunk.xsl', needed by `index.cache.bz2'. Stop.
make[3]: Leaving directory `/root/superkaramba-0.35/doc/en'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/superkaramba-0.35/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/superkaramba-0.35'
make: *** [all] Error 2
Clueless!