jpilot icon indicating copy to clipboard operation
jpilot copied to clipboard

Repository does not have a release file, cannot install in apt

Open markaudacity opened this issue 1 year ago • 7 comments

E: The repository 'https://packagecloud.io/judd/jpilot/debian bookworm Release' does not have a Release file.
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.

markaudacity avatar Sep 15 '24 19:09 markaudacity

What version of which Linux is this ?

tomchiverton avatar Oct 14 '24 18:10 tomchiverton

I get this error when trying to install on 24.04, which isn't supported.

tomchiverton avatar Oct 14 '24 18:10 tomchiverton

I get this error when trying to install on 24.04, which isn't supported.

After running the curl command, you can manually edit the file /etc/apt/sources.list.d/judd_jpilot.list and replace noble by jammy and again do sudo apt update.

This is a workaround. Hopefully, there would be an official update some day.

CoSoCo avatar Oct 14 '24 19:10 CoSoCo

Ah, I could not figure what that error was. I can update this.

juddmon avatar Oct 15 '24 01:10 juddmon

What version of which Linux is this ?

This was Debian 12.7, in WSL.

markaudacity avatar Oct 22 '24 19:10 markaudacity

I'm having the same problem with Debian 12 Bookworm. No target release.

TheBilgeRat avatar Mar 30 '25 16:03 TheBilgeRat

You can try something like this: curl -s https://packagecloud.io/install/repositories/judd/jpilot/script.deb.sh | sudo os=debian dist=bookworm bash

juddmon avatar Mar 30 '25 21:03 juddmon