oops, bit of a mistake, it should be `rpm -qR` not `rpm -qr`

for i in `rpm -qa`; do
    rpm -qR $i | grep -q kde && echo $i
done

Dave

Jarrod Major wrote:
> Excellent Dave,
> 
> I have actually been delving into shell scripting so this should be a cool
> exercise for me. Believe it or not I understand all of what you wrote. I
> suspect you are right about what I will need. With any luck I'll have KDE
> 3.1 up in no time. Must do a backup of all my stuff first. This shouldn't be
> a big deal as I just did it not too long ago and I've managed to keep things
> pretty tidy on my system since.
> 
> Any pitfalls I should be aware of? I imagine that the folks at SuSE who've
> aided in this development have done a decent job of making the RPM's. I'll
> keep my fingers crossed nonetheless. This is my first foray into upgrading
> versus reinstalling. As none of the distros will have this just yet, I don't
> have much of a choice. Should be a good learning experience.
> 
> Jarrod

Reply via email to