[Bug 52439] New: apt-key is deprecated (bookworm/Debian)

WineHQ Bugzilla wine-bugs at winehq.org
Fri Jan 21 20:17:29 CST 2022


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 at winehq.org
          Reporter: osamu at 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

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list