Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in installation instructions #779

Open
goodale opened this issue Dec 4, 2023 · 1 comment
Open

error in installation instructions #779

goodale opened this issue Dec 4, 2023 · 1 comment

Comments

@goodale
Copy link

goodale commented Dec 4, 2023

The installation instructions at the following page https://adoptium.net/installation/linux/ for Deb (Ubuntu) Linux appear to have a step missing.

The following error occurs:

$ sudo echo "deb [signed-by=/etc/apt/keyrings/adoptium.asc] https://packages.adoptium.net/artifactory/deb $(awk -F= '/^UBUNTU_CODENAME/{print$2}' /etc/os-release) main" | sudo tee /etc/apt/sources.list.d/adoptium.list
deb [signed-by=/etc/apt/keyrings/adoptium.asc] https://packages.adoptium.net/artifactory/deb focal main
$ sudo apt update

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.adoptium.net/artifactory/deb focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 843C48A565F8F04B
W: Failed to fetch https://packages.adoptium.net/artifactory/deb/dists/focal/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 843C48A565F8F04B
W: Some index files failed to download. They have been ignored, or old ones used instead.
@V0ID-Whisperer
Copy link

Remove the sign key and readd it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants