Re: how to find path of a software
- From: Teo <matteo.corti@xxxxxxxxx>
- Date: Thu, 23 Aug 2007 10:29:12 -0000
On Aug 23, 11:29 am, Wills <wills.kingspan...@xxxxxxxxx> wrote:
Hi all,
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.
You can list the content of an rpm using the -l option:
$ rpm -ql eclipse-platform
if the package is installed or
$ rpm -qlp eclipse-platform-3.2.2-15.fc7
if you want to extract the information from an RPM file
If you are looking for binaries you can filter the output
$ rpm -ql eclipse-platform | grep bin
Matteo
.
- References:
- how to find path of a software
- From: Wills
- how to find path of a software
- Prev by Date: How boot FC 5 to plain TTY terminal mode?
- Next by Date: Re: How boot FC 5 to plain TTY terminal mode?
- Previous by thread: how to find path of a software
- Next by thread: Re: how to find path of a software
- Index(es):
Relevant Pages
|