On Fri, Apr 8, 2011 at 4:02 AM, Zhao, Juan J <juan.j.z...@intel.com> wrote: > I meet a problem when using "zypper install xxx"command. zypper download > all the needed pakcages but do not install them and export one > note:"xxx.rpm Public key is unavailabe". Is there anybody meet the same > problem?
You can work around this issue by adding the following to your .repo file ##NPM: prevent "Signature verification failed for file 'repomd.xml' from repository 'oss'." gpgcheck=0 This can also be specified on zypper command line: --no-gpg-checks Ignore GPG check failures and continue. If a GPG issue occurs when using this option zypper prints and logs a warning and automatically continues without interrupting the operation. Use this option with caution, as you can easily overlook security problems by using it. -- Niels http://nielsmayer.com _______________________________________________ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-dev http://wiki.meego.com/Mailing_list_guidelines