ownCloud Repo Key Failing on openSuse
- 
 Working fine on CentOS and RHEL, seems to be an issue with the key used for the openSuse repo. Location and instructions taken right from ownCloud's site. rpm --import https://download.owncloud.org/download/repositories/stable/openSUSE_13.2/repodata/repomd.xml.key error: https://download.owncloud.org/download/repositories/stable/openSUSE_13.2/repodata/repomd.xml.key: import read failed(2).Anyone else seen this or gotten this to import? 
- 
 Wow, actually a pretty easy one but don't ask me how I guessed at this.... openSuse by default is "missing" curl, so you need to do this before you can do rpm imports: zypper install curl
