You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fail to install CF CLI on Ubuntu 24.04 due to "The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 172B5989FCD21EF8"
#3373
Open
3 of 4 tasks
clnative opened this issue
Jan 24, 2025
· 0 comments
What happened
The command apt update fails on Ubuntu 24.04 with the error message
Get:4 https://cf-cli-debian-repo.s3.amazonaws.com stable InRelease [4,368 B]
Err:4 https://cf-cli-debian-repo.s3.amazonaws.com stable InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 172B5989FCD21EF8
Reading package lists... Done
W: GPG error: https://cf-cli-debian-repo.s3.amazonaws.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 172B5989FCD21EF8
E: The repository 'https://packages.cloudfoundry.org/debian stable InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Expected behavior
The installation is possible based on the descriptions provided.
Exact Steps To Reproduce
See above.
Provide more context
Performed 2025-01-24 with fresh installation of Ubuntu 24.04
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.04.1 LTS
Release: 24.04
Codename: noble
is missing in between.
As the file only contains the public key, it appears not to be security issue, relaxing the file modes.
Further details can also be found at https://stackoverflow.com/a/71384057.
The text was updated successfully, but these errors were encountered:
Please fill out the issue checklist below and provide ALL the requested information.
CF_TRACE=1
to help debug the issue. --> not applicableDescribe the bug and the command you saw an issue with
https://github.com/cloudfoundry/cli/wiki/V8-CLI-Installation-Guide#windows states under "Debian and Ubuntu" that
shall be executed.
What happened
The command
apt update
fails on Ubuntu 24.04 with the error messageExpected behavior
The installation is possible based on the descriptions provided.
Exact Steps To Reproduce
See above.
Provide more context
Performed 2025-01-24 with fresh installation of Ubuntu 24.04
Suggested solution
It appears that simply
is missing in between.
As the file only contains the public key, it appears not to be security issue, relaxing the file modes.
Further details can also be found at https://stackoverflow.com/a/71384057.
The text was updated successfully, but these errors were encountered: