On Thu, 2005-06-30 at 12:39 -0400, Neal Wilkinson wrote: > On Thu, 2005-06-30 at 17:13 +0100, Paul Howarth wrote: > > rpm -e `rpm > > -qf /usr/java/jre1.5.0_04/plugin/i386/ns7/libjavaplugin_oji.so > > That gives me a > symbol > > Typo maybe? You missed the backquote (`) at the end of the command. It's probably more clear to write it as: # rpm -e $(rpm -qf /usr/java/jre1.5.0_04/plugin/i386/ns7/libjavaplugin_oji.so) but I'm a bit old-fashioned :-) Paul. -- Paul Howarth <paul@xxxxxxxxxxxx>