On Sun, 20 May 2001, Norbert Cartagena wrote:
> patrick wrote:
> >
> > i just downloaded freeamp and installed it. it was a rpm file.
> > now i cant find and ive looked and looked and can fint it.. any ideas ?
>
>
>
> try this:
>
>
> rpm -qa | grep freeamp ----> This checks if it's installed.
> It'll list ALL packages with "freeamp"
> attached to it.
>
> (then)
>
> locate freeamp -----> checks for anything with the name
> "freeamp" attached to it, including
> directories named "freeamp" and a list of
> contents.
That will only work after cron rebuilds locatedb ;-)
Try this
rpm -ql `rpm -qa | grep freeamp` | less
It will both tell you if freeamp rpm is installed (or return nothing) and
where all of the files inside the rpm live.
Andrew
>
>
> Should do the job for you.
>
> Norb
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 17:22:50 EDT