-
Notifications
You must be signed in to change notification settings - Fork 66
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
Signature expired - preventing access to repo #562
Comments
Yep same here. 🙏 Expired 2023-01-20
|
For people who want to continue anyway (highly discouraged, yadayadayada...): edit /etc/apt/sources.list.d/l9o.list by adding
|
any other way to get this working because stil expired |
You have to add the key: |
I have dug thru alot of the documentation, I found this thread, after adding the key, I still cant seem to get access to the repository either. Looks like the key has expired. |
For me it is working: `pi@elegoo: $ curl -sL gpg.l9o.dev | sudo apt-key add - pi@elegoo: $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BF6F8043AC280E02 pi@elegoo: $ sudo apt update |
Looks like https://gpg.l9o.dev/ is no longer up. However, the key can still be added directly from the keyserver. I got @MarkGyver-source's process working and have copied it here for a bit better readability echo "deb https://ppa.l9o.dev/raspbian ./" | sudo tee /etc/apt/sources.list.d/l9o.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BF6F8043AC280E02
sudo apt update && sudo apt install -y mariner3d |
Description
Trying to install on rpi and hitting a snag when trying to set up access to Mariner repo.
Firslty getting a warning on
sudo apt-key add
that apt-key is deprecated so I switched this this command:curl -sL gpg.l9o.dev | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/mariner3d.gpg
However, the signature itself is I think expired:
GPG error: https://ppa.l9o.dev/raspbian ./ InRelease: The following signatures were invalid: EXPKEYSIG BF6F8043AC280E02 Luiz Ribeiro <luizribeiro@gmail.com>
Reproduction Steps
Steps to reproduce the behavior:
Expected Behavior
A clear and concise description of what you expected to happen.
Screenshots / Logs
If applicable, attach screenshots or logs to help explain your problem.
Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package mariner3d
Details:
apt show mariner3d
to check]pi 3B - Raspbian GNU/Linux 11 (bullseye)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: