Replies: 1 comment 3 replies
-
|
After upgrading Debian 12->13: $ sudo apt modernize-sources # recommended here New repository definition format: https://wiki.debian.org/SourcesList#Unstable $ cat /etc/apt/sources.list.d/yggdrasil.sources $ apt list yggdrasil $ apt info yggdrasil -a In the meantime, I have removed the repository definition, since official main repository has same yggdrasil package version: $ sudo gio trash /etc/apt/sources.list.d/yggdrasil $ sudo apt update that removed the warnings shown earlier. Any fix for this please @neilalexander ? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrading Debian 11(oldstable) to Debian 12(stable), "sudo apt update" started complaining about:
$ find /etc/apt -type f -iname *yggd*
$ grep -Ria yggd /etc/apt
$ sudo apt-key list
does not show anything that looks familiar and that i could remove (sudo apt-key del [KEYID]) and then try to obtain new key placing it in a correct location which may be /etc/apt/trusted.gpg.d/ ?
$ apt search yggdrasil
I see that https://yggdrasil-network.github.io/installation-linux-deb.html lists some Debian installation steps incl. key related.
Please what do you suggest to get rid of that apt warning and keep up to date?
Beta Was this translation helpful? Give feedback.
All reactions