Wednesday, May 15, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 1594  / 1 Year ago, tue, december 20, 2022, 9:50:32

When doing an apt update i get the following warnings:


sudo apt update 
Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
...
Err:8 https://cli-assets.heroku.com/apt ./ InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 536F8F1DE80F6A35
...
Get:1 http://dl.google.com/linux/chrome/deb stable InRelease [1,811 B]

The upgrade does continue for other packages, but how to resolve this warning?


More From » apt

 Answers
4

This error surfaced because Heroku's verification key expired. Nothing can be done until Heroku releases updated keys, which may take a few days.


Edit: Currently, it appears they have published updated keys, and all that remains is to:


curl https://cli-assets.heroku.com/apt/release.key | sudo apt-key add -

[#579] Wednesday, December 21, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rcraftemur

Total Points: 118
Total Questions: 119
Total Answers: 144

Location: Turks and Caicos Islands
Member since Sun, Mar 7, 2021
3 Years ago
rcraftemur questions
Fri, Jan 13, 23, 19:30, 1 Year ago
Fri, Jan 14, 22, 13:59, 2 Years ago
Tue, Mar 7, 23, 14:57, 1 Year ago
;