[Bug 1892494] Re: apt-key is deprecated and will be removed from Debian and Ubuntu
Dan Bungert
1892494 at bugs.launchpad.net
Mon Nov 6 11:47:55 UTC 2023
** Changed in: curtin
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to curtin.
https://bugs.launchpad.net/bugs/1892494
Title:
apt-key is deprecated and will be removed from Debian and Ubuntu
Status in curtin:
Fix Released
Bug description:
Use of apt-key is deprecated and it will last be available in Debian
11 and Ubuntu 22.04, see apt-key(8).
Curtin uses `apt-key add`, which can be replaced by dropping the
pubkeys to be trusted in the /etc/apt/trusted.gpg.d/ directory. The
`apt-key list` and `apt-key finger` commands can be replaced by
something like:
gpg --with-fingerprint --no-default-keyring --list-keys --keyring
/etc/apt/trusted.gpg.d/key1 --keyring /etc/apt/trusted.gpg.d/key2
[--keyring ...]
which should produce the same result.
To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1892494/+subscriptions
More information about the foundations-bugs
mailing list