[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Help installing Java
- From: Paul Howarth <paul city-fan org>
- To: For users of Fedora Core releases <fedora-list redhat com>
- Subject: Re: Help installing Java
- Date: Thu, 30 Jun 2005 17:50:58 +0100
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 city-fan org>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]