Re: how to find path of a software
- From: "ynotssor" <ynotssor@xxxxxxxxxxx>
- Date: Fri, 24 Aug 2007 12:36:33 -0700
In news:46ce6666$0$28890$4c368faf@xxxxxxxxxxxxxx,
Matt Giwer <jull43@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
I have just installed Eclipse RPM from Redhat.I simply double
clicked the rpm file , it started installing.I typed eclipse , it
says 'no command found'.How to find the exact installation path of
the RPM installed.I thought it may be like , the path of Eclipse rpm
is not configured correctly.With little knowledge in Linux , I could
not move forward.
Thanks in advance.
whereis eclipse
find /usr |grep eclipse
or maybe
find /opt |grep eclipse
More decisive would be:
rpm -ql -p ${packagename}.rpm
.
- Follow-Ups:
- Re: how to find path of a software
- From: Wills
- Re: how to find path of a software
- References:
- how to find path of a software
- From: Wills
- Re: how to find path of a software
- From: Matt Giwer
- how to find path of a software
- Prev by Date: Re: How boot FC 5 to plain TTY terminal mode?
- Next by Date: Re: how to find path of a software
- Previous by thread: Re: how to find path of a software
- Next by thread: Re: how to find path of a software
- Index(es):
Relevant Pages
|