> I did do another fresh installation though and I had the same missing > packages problem so it is obviously a SUSE 9.1 "problem". Not a major > once Volker told me the packages to install (except I still do not have > top)
It's all a question of which packages to install. There's a lot of personal taste involved too... that's why you can go into package selection before installation and add/remoe as you like. Had a look in my yast thingy and couldn't find a tab "this package provides these files". Here's another way. Go to your directory of all your package files (CD, DVD, hard disk) and run (bash) for n in *.rpm; do rpm -qpl $n | grep /top\$ && echo $n; done Adjust the grep to your desires. Volker -- Volker Kuhlmann is possibly list0570 with the domain in header http://volker.dnsalias.net/ Please do not CC list postings to me.
