BADSIG error for resilio-sync


Recommended Posts

Hi,

I'm trying to install resilio-sync on a RPI1.

I'm following this guide:

https://help.resilio.com/hc/en-us/articles/206178924

 

I've added the repository in step #1, and added the key in step #2.

I can see the new key after running:

>sudo apt-key list

pub   2048R/2484414B 2015-12-23 [expires: 2017-12-22]
uid                  Resilio, Inc. <support@resilio.com>
sub   2048R/819FCB61 2015-12-23 [expires: 2017-12-22]

(I also ran the set of commands for RPI1 as instructed).

However, when I run:

sudo apt-get update

I get the following error:

Reading package lists... Done
W: GPG error: http://linux-packages.resilio.com resilio-sync Release: 
The following signatures were invalid: 
BADSIG 05CD43032484414B Resilio, Inc. <support@resilio.com>

If I try to install anyway, I get:

WARNING: The following packages cannot be authenticated!
  resilio-sync
Install these packages without verification [y/N]? n

What is the problem?

 

Thanks in advance.

Link to comment
Share on other sites

the apt-get database is missing the GPG key for the repo. The world suggests a number of solutions for that, try this, for example: 

sudo apt-get clean
sudo mv /var/lib/apt/lists /tmp
sudo mkdir -p /var/lib/apt/lists/partial
sudo apt-get clean
sudo apt-get update

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.