On RHEL Server 7.1, the command
  sudo yum update xpra
downloads some rpm files, prints the error message below, and quits before doing anything more:
  Package libwebp-xpra-0.4.4-1.el7.centos.x86_64.rpm is not signed

I worked around this by adding a flag to the original command:
 sudo yum --nogpgcheck update xpra
The download got repeated, and then installation proceeded as expected.

This update transaction brought in 3 packages, and the error message
mentioned only the first one that yum inspected -- it may be that the
others would also be considered "not signed", but that the nogpgcheck flag was applied to the whole transaction.

Earlier in the same session, I had issued the command
  sudo rpm --import https://winswitch.org/gpg.asc

Other (admiring and grateful) xpra users may benefit from this information. I am just happy to be running the latest version now.
_______________________________________________
shifter-users mailing list
[email protected]
http://lists.devloop.org.uk/mailman/listinfo/shifter-users

Reply via email to