From kfm-devel Mon May 13 18:41:31 2002 From: Martijn Klingens Date: Mon, 13 May 2002 18:41:31 +0000 To: kfm-devel Subject: Re: JavaScript problem solved!!! X-MARC-Message: https://marc.info/?l=kfm-devel&m=102131514625497 On Monday 13 May 2002 17:08, Vadim Plessky wrote: > | 'rpm -qpi file.rpm' should give you the packager's info. > > Doen't work here... the 'p' option assumes you pass it a path to a file on your filesystem. It allows the rpm queries to operate on non-installed rpms. What you did was querying the database of your installed packages instead. I should probably have said 'rpm -qpi /path/to/file.rpm' instead... Martijn