librealsense: RealSense Repository Key Unavailable, apt-get update fails


Required Info
Camera Model D415
Firmware Version 05.08.15.00
Operating System & Version Ubuntu 16.04.03
Kernel Version (Linux Only) 4.13.0-31-generic #34~16.04.1-Ubuntu SMP Fri Jan 19 17:11:01 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Platform Intel NUC
SDK Version 2.0

Issue Description

The repository key is not available right now, causing sudo apt-get update to fail with the following error.

Err:18 http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo xenial Release.gpg
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C8B3A55A6F3EFCDE

The attached file has the full output.

Cheers,

Jim apt-get-failure.txt

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 21 (3 by maintainers)

Commits related to this issue

Most upvoted comments

We have updated the package with a new signature. In order to use it, please run:

sudo apt-key adv --keyserver keys.gnupg.net --recv-key 6F3EFCDE

Try:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C8B3A55A6F3EFCDE sudo apt-get update

It works on my Ubuntu 18.04.

Hi, It doesn’t work with the key 6F3EFCDE

W: The repository 'http://realsense-hwpublic.s3.amazonaws.com/Debian/apt-repo xenial Release' does not have a Release file.

What’s the fix please?

This issue appears to be device specific. Both below devices (both Ubuntu 16) plugged into the same network switch connected to a standard home ADSL router. Jetson TX2 - failed and so used the phone tether which worked. PC - worked no problem

I did what @KastanDay did. Was getting the same error and then, after connecting my laptop to the internet via my phone’s mobile data, it works fine.