You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wget -q https://wire-app.wire.com/linux/releases.key -O- | sudo apt-key add -
> Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8))
b. If the warning in step 2 is ignored, the user will see a similar warning when running step 4:
sudo apt-get update
> W: https://wire-app.wire.com/linux/debian/dists/stable/InRelease: Key is stored in legacy trusted gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details
Issue:
a. Step 2 of Installation on Debian-based distributions returns a deprecation warning:
b. If the warning in step 2 is ignored, the user will see a similar warning when running step 4:
Suggested fix:
Updating steps 2 & 3 in the Installation on Debian-based distributions section, with the following:
Originally posted here: #8309 (comment)
The text was updated successfully, but these errors were encountered: