ubuntu 12.04下owncloud更新出现KEYEXPIRED解决方法

今天在给服务器执行更新的时候发现owncloud的密钥过期了, 执行apt-get update时出现如下错误

W: GPG error: http://download.opensuse.org  Release: The following signatures were invalid: KEYEXPIRED 1397815516

Google后发现已有人发现报告了这一问题, 并且得到处理: https://github.com/owncloud/core/issues/8262

简单地说, 只要执行以下命令到作者指定的地址更新密钥即可:

wget -qO - http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_12.04/Release.key | sudo apt-key add -

posted @ 2014-07-14 18:51  linkoops  阅读(1593)  评论(0)    收藏  举报