I was installing wine64
because I know that it's useful to install and to run any Windows app, I was following the steps how to install from this website.
The step that I couldn't continue to complete the installation is:
$ wget -qO- https://dl.winehq.org/wine-builds/Release.key | sudo apt-key add -
Output: Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). OK
Could anyone explain me me how to?
sudo apt-key add -
– luisito_36 Oct 29 '22 at 01:09wine
is in the Canonical repos and you don't need to follow any of those instructions. – Terrance Oct 30 '22 at 04:12