apt-get update giving issue for wine

Chat about anything related to Linux Mint
Forum rules
Do not post support questions here. Before you post read the forum rules. Topics in this forum are automatically closed 6 months after creation.
Locked
rajmahendra

apt-get update giving issue for wine

Post by rajmahendra »

When i run apt-get udpate i am getting followin error

Code: Select all

Reading package lists... Done        
W: GPG error: https://dl.winehq.org/wine-builds/ubuntu bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 818A435C5FCBF54A
E: The repository 'https://dl.winehq.org/wine-builds/ubuntu bionic 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.
E: Repository 'http://dl.google.com/linux/chrome/deb stable Release' changed its 'Origin' value from 'Google, Inc.' to 'Google LLC'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
i am also getting same in udpate manager

Code: Select all

GPG error: https://dl.winehq.org/wine-builds/ubuntu bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 818A435C5FCBF54A
The repository 'https://dl.winehq.org/wine-builds/ubuntu bionic InRelease' is not signed.Updating from such a repository can't be done securely, 
and is therefore disabled by default.See apt-secure(8) manpage for repository creation and user configuration details.
Repository 'http://dl.google.com/linux/chrome/deb stable Release' changed its 'Origin' value from 'Google, Inc.' to 'Google LLC'
Any help pls. i can remove wine also if needed :)
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
philotux

Re: apt-get update giving issue for wine

Post by philotux »

Hi,
Regarding Wine, please open a terminal and run the following:

Code: Select all

wget -nc https://dl.winehq.org/wine-builds/Release.key
and

Code: Select all

sudo apt-key add Release.key
Now check if

Code: Select all

apt update
works.

Hope this helps.
rajmahendra

Re: apt-get update giving issue for wine

Post by rajmahendra »

@philotux thank you. It worked !
philotux

Re: apt-get update giving issue for wine

Post by philotux »

That's great! You're welcome!
For the Google Chrome issue, if it still persists, just run

Code: Select all

sudo apt update
and say yes to the name change. That should take care of it.
dnv

Re: apt-get update giving issue for wine

Post by dnv »

@philotux

Unfortunately this fix didn't work for me.
Curently using the updated version of LMDE 3 Cinnamon 32 bit.
Still unable to get Wine installed.

The error report reads as follows (in Dutch):

Code: Select all

Fout:8 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
  De volgende ondertekeningen konden niet geverifieerd worden omdat de publieke sleutel niet beschikbaar is: NO_PUBKEY 76F1A20FF987672F
Pakketlijsten worden ingelezen... Klaar
W: GPG-fout: https://dl.winehq.org/wine-builds/ubuntu bionic InRelease: De volgende ondertekeningen konden niet geverifieerd worden omdat de publieke sleutel niet beschikbaar is: NO_PUBKEY 76F1A20FF987672F
E: De pakketbron 'https://dl.winehq.org/wine-builds/ubuntu bionic InRelease' is niet ondertekend.
N: Bijwerken van de pakketlijst uit een dergelijke pakketbron kan niet veilig gebeuren en is daarom standaard uitgezet.
N: Zie de man-pagina apt-secure(8) voor details over het aanmaken van een pakketbron en over de configuratie langs gebruikerskant.
Which is what the user to whom you replied had gotten (albeit in English) prior to applying the fix you suggested, which, like I wrote above, did not work for me.

Any new suggestions would be more than welcome!

<dnv>
philotux

Re: apt-get update giving issue for wine

Post by philotux »

dnv wrote: Wed Jan 23, 2019 5:02 pm @philotux
...
Hi dnv,

Please copy, paste and run the following in a terminal:

Code: Select all

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 76F1A20FF987672F
Hope this helps!
Locked

Return to “Chat about Linux Mint”