Two errors during WineHQ installation

Questions about Wine on Linux
Locked
oschenker
Newbie
Newbie
Posts: 1
Joined: Thu Aug 03, 2017 11:01 am

Two errors during WineHQ installation

Post by oschenker »

Hi, I am absolutely new to Ubuntu. I am trying to install WineHQ to AWS Ubuntu server according to instruction here http://www.omgubuntu.co.uk/2017/04/how- ... ory-ubuntu.

When I run the command

Code: Select all

wget https://dl.winehq.org/wine-builds/Release.key && sudo apt-key add Release.key
I have got message

Code: Select all

Saving to Release.key.3
Release.Key.3
gpg: can't open 'Release.key': No such file or directory
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: Two errors during WineHQ installation

Post by dimesio »

oschenker wrote:

Code: Select all

Saving to Release.key.3
Release.Key.3
gpg: can't open 'Release.key': No such file or directory
The file was apparently saved as Release.key.3, not Release.key. That suggests you've downloaded this more than once and still have multiple copies on your system.
Locked