https://bugs.winehq.org/show_bug.cgi?id=52439
Bug ID: 52439 Summary: apt-key is deprecated (bookworm/Debian) Product: WineHQ.org Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: www-unknown Assignee: wine-bugs@winehq.org Reporter: osamu@debian.org Distribution: ---
apt-key(8) will last be available in Debian 11 and Ubuntu 22.04.
For Debian/bookworm (12) (and probably for Ubuntu 22.10), apt-key usage as described.
This affects following pages:
* https://wiki.winehq.org/Debian * https://wiki.winehq.org/Ubuntu
Specifically: ``` wget -nc https://dl.winehq.org/wine-builds/winehq.key sudo apt-key add winehq.key ```
The above should be changed to:
* For Debian up to Buster(11): ``` wget -nc https://dl.winehq.org/wine-builds/winehq.key sudo apt-key add winehq.key ```
* For Debian from Bookworm (12): ``` wget -nc https://dl.winehq.org/wine-builds/winehq.key sudo cp winehq.key /etc/apt/trusted.gpg.d/winehq.gpg ```
I only tested this for Debian ....
Osamu