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

GPG Error - public key is not available #250

Closed
RobertLikesCoding opened this issue Aug 17, 2024 · 2 comments
Closed

GPG Error - public key is not available #250

RobertLikesCoding opened this issue Aug 17, 2024 · 2 comments

Comments

@RobertLikesCoding
Copy link

RobertLikesCoding commented Aug 17, 2024

I can't seem to get past this error. I tried manually installing mise successfully but I still get this error when trying to run the omakub installation command.

image
W: GPG error: https://mise.jdx.dev/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8B81C9D17413A06D E: The repository 'https://mise.jdx.dev/deb stable InRelease' is not signed.

Does anyone know what to do? I installed Omakub without any issues on my testing laptop. Both HP Laptops, both times I freshly installed Ubuntu 24.04

I also tried this script from the mise.sh file (https://github.com/basecamp/omakub/blob/b08967ca2cb210c3b5af70f0c0f18ec945d8d390/install/terminal/mise.sh)

sudo apt update -y && sudo apt install -y gpg sudo wget curl sudo install -dm 755 /etc/apt/keyrings wget -qO - https://mise.jdx.dev/gpg-key.pub | gpg --dearmor | sudo tee /etc/apt/keyrings/mise-archive-keyring.gpg 1>/dev/null echo "deb [signed-by=/etc/apt/keyrings/mise-archive-keyring.gpg arch=amd64] https://mise.jdx.dev/deb stable main" | sudo tee /etc/apt/sources.list.d/mise.list sudo apt update sudo apt install -y mise

@Kasui92
Copy link
Contributor

Kasui92 commented Aug 18, 2024

I found this issue in the mise repo. You can install the missing public key by using the existing script there.

@RobertLikesCoding
Copy link
Author

Thanks a lot, that looks promising! Unfortunately I had to go ahead and install all my apps again so I could word. That means now I don't have a "fresh" installation of ubuntu, which is probably going to cause more trouble.
I'll have to verify this some other time, when I have reset ubuntu again.

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