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
I ran sudo add-apt-repository -y ppa:jdockes/labelbuddy
then sudo apt update
The end of the output was
E: The repository 'https://ppa.launchpadcontent.net/jdockes/labelbuddy/ubuntu noble 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
And then I couldn't install labelbuddy with sudo apt install labelbuddy
The text was updated successfully, but these errors were encountered:
thanks for reporting this @koudyk . the reason is that ubuntu 24.04 is more recent than the latest labelbuddy release, so the corresponding package doesn't exist on the package archive. I'll push one soon, in the meanwhile you can download and install the package manually or use the appimage
I ran
sudo add-apt-repository -y ppa:jdockes/labelbuddy
then
sudo apt update
The end of the output was
And then I couldn't install labelbuddy with
sudo apt install labelbuddy
The text was updated successfully, but these errors were encountered: