Public keys not available, can't use apt-update
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I'm getting a lot of errors like this:
W: An error occurred during the signature verification.
The repository is not updated and the previous index files will be used.
GPG error: http://ftp.uk.debian.org/debian stretch-updates
InRelease: The following signatures couldn't be verified because the public key
is not available: NO_PUBKEY 8B48AD6246925553 NO_PUBKEY 7638D0442B90D010
Tried to add the keys manually using:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8B48AD6246925553
and it says imported/processed but I still get the same errors.
debian terminal
add a comment |Â
up vote
0
down vote
favorite
I'm getting a lot of errors like this:
W: An error occurred during the signature verification.
The repository is not updated and the previous index files will be used.
GPG error: http://ftp.uk.debian.org/debian stretch-updates
InRelease: The following signatures couldn't be verified because the public key
is not available: NO_PUBKEY 8B48AD6246925553 NO_PUBKEY 7638D0442B90D010
Tried to add the keys manually using:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8B48AD6246925553
and it says imported/processed but I still get the same errors.
debian terminal
2
You should clarify in the question which operating system it is that you are actually using, Ubuntu or Debian.
â JdeBP
Oct 20 '17 at 6:03
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm getting a lot of errors like this:
W: An error occurred during the signature verification.
The repository is not updated and the previous index files will be used.
GPG error: http://ftp.uk.debian.org/debian stretch-updates
InRelease: The following signatures couldn't be verified because the public key
is not available: NO_PUBKEY 8B48AD6246925553 NO_PUBKEY 7638D0442B90D010
Tried to add the keys manually using:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8B48AD6246925553
and it says imported/processed but I still get the same errors.
debian terminal
I'm getting a lot of errors like this:
W: An error occurred during the signature verification.
The repository is not updated and the previous index files will be used.
GPG error: http://ftp.uk.debian.org/debian stretch-updates
InRelease: The following signatures couldn't be verified because the public key
is not available: NO_PUBKEY 8B48AD6246925553 NO_PUBKEY 7638D0442B90D010
Tried to add the keys manually using:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8B48AD6246925553
and it says imported/processed but I still get the same errors.
debian terminal
edited Oct 20 '17 at 7:44
agc
4,1501935
4,1501935
asked Oct 20 '17 at 5:58
Lom Dass
1
1
2
You should clarify in the question which operating system it is that you are actually using, Ubuntu or Debian.
â JdeBP
Oct 20 '17 at 6:03
add a comment |Â
2
You should clarify in the question which operating system it is that you are actually using, Ubuntu or Debian.
â JdeBP
Oct 20 '17 at 6:03
2
2
You should clarify in the question which operating system it is that you are actually using, Ubuntu or Debian.
â JdeBP
Oct 20 '17 at 6:03
You should clarify in the question which operating system it is that you are actually using, Ubuntu or Debian.
â JdeBP
Oct 20 '17 at 6:03
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
I suggest these:
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
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I suggest these:
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
add a comment |Â
up vote
0
down vote
I suggest these:
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
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I suggest these:
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
I suggest these:
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
answered Oct 20 '17 at 9:29
F.sb
799415
799415
add a comment |Â
add a comment |Â
Â
draft saved
draft discarded
Â
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f399271%2fpublic-keys-not-available-cant-use-apt-update%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
2
You should clarify in the question which operating system it is that you are actually using, Ubuntu or Debian.
â JdeBP
Oct 20 '17 at 6:03