I was told to run this in the Linux guide for installing RO but here's what is going on:
I run these commands:
Code:
wget -qO - https://dl.winehq.org/wine-builds/Release.key | \
sudo apt-key add - && \
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ && \
sudo apt-get update && \
sudo apt-get install winehq-stable ttf-mscorefonts-installer
I'm getting this:
Code:
taiku@kitsuneon:~$ wget -qO - https://dl.winehq.org/wine-builds/Release.key | \
> sudo apt-key add - && \
> sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ && \
> sudo apt-get update && \
> sudo apt-get install winehq-stable ttf-mscorefonts-installer
[sudo] password for taiku:
OK
Get:1 https://dl.winehq.org/wine-builds/ubuntu disco InRelease [6,255 B]
Hit:2 http://us.archive.ubuntu.com/ubuntu disco InRelease
Hit:3 http://security.ubuntu.com/ubuntu disco-security InRelease
Err:1 https://dl.winehq.org/wine-builds/ubuntu disco InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 76F1A20FF987672F
Hit:4 http://us.archive.ubuntu.com/ubuntu disco-updates InRelease
Hit:5 http://us.archive.ubuntu.com/ubuntu disco-backports InRelease
Reading package lists... Done
W: GPG error: https://dl.winehq.org/wine-builds/ubuntu disco InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 76F1A20FF987672F
E: The repository 'https://dl.winehq.org/wine-builds/ubuntu disco InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
taiku@kitsuneon:~$
Please help. XD