Você executou os seguintes comandos?
sudo sh -c "wget -O - http://dl.openfoam.org/gpg.key | apt-key add -"
sudo add-apt-repository http://dl.openfoam.org/ubuntu
Eu sou um novo usuário do Ubuntu e estou tentando instalar o software OpenFOAM CFD no Ubuntu 14.04.5. Eu entrei no comando sudo apt-get update
e recebi o seguinte erro no final.
W: GPG error: http://dl.openfoam.org trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6C0DAC728B29D817
Eu tentei corrigir esse erro usando este comando:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 6C0DAC728B29D817
Mas não funcionou e recebi este erro:
gpg: requesting key 8B29D817 from hkp server keyserver.ubuntu.com
gpgkeys: key 6C0DAC728B29D817 not found on keyserver
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
O que devo fazer?
Você executou os seguintes comandos?
sudo sh -c "wget -O - http://dl.openfoam.org/gpg.key | apt-key add -"
sudo add-apt-repository http://dl.openfoam.org/ubuntu