Hi
I picked up a laptop that I hadn't touched in about half a year. Sparky Stable (Buster based) had been installed. Trying to do a simple update with
sudo apt update && sudo apt full-upgrade
I got an error that
The repository 'https://sparkylinux.org/repo
core Release' does not have a Release file
Then tried
wget -O - https://repo.sparkylinux.org/sparky.gpg.key | sudo apt-key add -
and again tried upgrading as above, but same error.
Synaptic reported fuller detail:
The repository 'https://sparkylinux.org/repo
core Release' does not have a Release file.Updating from such a repository can't be done securely, and is therefore disabled by default.See apt-secure(
manpage for repository creation and user configuration details.The repository 'https://sparkylinux.org/repo
stable Release' does not have a Release file.Updating from such a repository can't be done securely, and is therefore disabled by default.See apt-secure(
manpage for repository creation and user configuration details.GPG error: http://dl.google.com/linux/chrome/deb
stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 78BD65473CB3BD13The repository 'http://dl.google.com/linux/chrome/deb
stable Release' is not signed.
In fact, the repository listings looked okay to me. Also, it seems that with Sparky's System Upgrade tool I can upgrade a lot of the packages though the same error is eventually reported. From the command line, apt just quits without installing anything.
I'd like to know how to get out of this. Also, the dl.google.com error would seem to indicate some keys are missing or have changed and need replacing.
Just a suggestion here to make Sparky better for users would be to have all this key and repository name changing happen automatically on apt update.
Thanks for help.
Kendew