Score:0

gpg: "keyserver receive failed" for the key F987672F while installing wine package on ubuntu

de flag

I am trying to install Wine package on ubuntu via a Dockerfile. The The install steps are as follows;

RUN dpkg --add-architecture i386 \
    && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 76F1A20FF987672F \
    && apt-get update \
        && apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/' \
        && wget https://dl.winehq.org/wine-builds/Release.key \
        && apt-key add Release.key \
        && apt update \
        && apt install -y --no-install-recommends winehq-staging

Error:

gpg: requesting key F987672F from hkp server keyserver.ubuntu.com
gpg: keyserver timed out
gpg: keyserver receive failed: keyserver error
Someone avatar
my flag
Try running `sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv F987672F`
Anirudh Bhattacharya avatar
de flag
The issue was resolved by replacing the unsigned Release.key with winehq.key from the wine download server.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.