I want to install wine, but I can't. Firstly, I've written on Terminal: sudo dpkg --add-architecture i386And after that I wrote this:wget -nc dl.winehq.org/wine-builds/winehq.keyAnd then: sudo apt-key add winehq.keyNext stage this: sudo add-apt-repository 'deb dl.winehq.org/wine-builds/ubuntu groovy main' And output was the following. Finally I have writtensudo apt update to update the package
I also ran this and added the sources.list manually, but when I do an apt-update, it seems that the repository is not signed and cannot be updated. The following signature could not be verified because the public key is not available. The following signature could not be verified because the public key is not available.
Yes, the newly presented command is still able to retrieve winehq.key. However, when sudo apt update, the repository is not signed, and updates cannot be safely performed from such a repository, and updates are disabled by default.
64591212e2