Neel |
Question: How to resolve this public key issue in Ubuntu?
Hit:12 http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_16.10 Packages |
Following line of code help to get rid of this error
sudo wget -qO - http://download.owncloud.org/download/repositories/stable/Ubuntu_16.04/Release.key | sudo apt-key add -
I recently face the same problem after updates. Try the following to resolve the NO_PUBKEY problem
wget -qO - http://download.owncloud.org/download/repositories/stable/Ubuntu_16.04/Release.key
followed by:
sudo mv Release.key /etc/apt/trusted.gpg.d/owncloud-client.key