unpacking problem

Yvon Thoraval yellowdog-newbie@lists.terrasoftsolutions.com
Tue, 20 Aug 2002 11:00:00 +0200


On Monday 19 August 2002 11:27, Sverre S=F8rensen wrote:
> Does anyone know a way to check the packages, I tried --verify but it
> just said that the packeage where not installed.

rpm --checksig --nogpg packageName

may be you could also rebuild rpm's db :

rpm --rebuilddb

Yvon