F5F Stay Refreshed Software Operating Systems Issue encountered during installation attempt.

Issue encountered during installation attempt.

Issue encountered during installation attempt.

C
coolness2001
Member
224
03-09-2025, 02:40 AM
#1
I follow this guide and execute sudo apt update, but then encounter an issue. The error states a signature verification problem, indicating the repository isn't updated and it's using old index files. The GPG warning mentions a missing public key.
C
coolness2001
03-09-2025, 02:40 AM #1

I follow this guide and execute sudo apt update, but then encounter an issue. The error states a signature verification problem, indicating the repository isn't updated and it's using old index files. The GPG warning mentions a missing public key.

H
Hetinox
Junior Member
7
03-09-2025, 04:09 AM
#2
It seems you want the public key made accessible. Is it best to proceed with sharing it? ...
H
Hetinox
03-09-2025, 04:09 AM #2

It seems you want the public key made accessible. Is it best to proceed with sharing it? ...

I
Ilikepie81
Member
184
03-09-2025, 05:47 AM
#3
Looking at the provided link would reveal the answer to your issue. In your situation, it's described as "jammy," not "focal."
I
Ilikepie81
03-09-2025, 05:47 AM #3

Looking at the provided link would reveal the answer to your issue. In your situation, it's described as "jammy," not "focal."

K
Kim_Namjoon
Member
62
03-09-2025, 12:29 PM
#4
The issue indicates a missing source file for WineHQ Jammy on the system.
K
Kim_Namjoon
03-09-2025, 12:29 PM #4

The issue indicates a missing source file for WineHQ Jammy on the system.

B
b4nife
Member
59
03-10-2025, 06:15 AM
#5
No, I didn't run the wget command. The request about downloading sources and checking /etc/apt/sources.list.d was not fulfilled.
B
b4nife
03-10-2025, 06:15 AM #5

No, I didn't run the wget command. The request about downloading sources and checking /etc/apt/sources.list.d was not fulfilled.

I
iHarleyQuinn_
Member
79
03-10-2025, 11:29 PM
#6
I ran the wget command and the other instructions, then executed sudo apt update which triggered these issues:
E: Conflicting values set for option Signed-By regarding source https://dl.winehq.org/wine-builds/ubuntu/ jammy: /etc/apt/keyrings/winehq-archive.key != /usr/share/keyrings/winehq.gpg
E: The list of sources could not be read.
I
iHarleyQuinn_
03-10-2025, 11:29 PM #6

I ran the wget command and the other instructions, then executed sudo apt update which triggered these issues:
E: Conflicting values set for option Signed-By regarding source https://dl.winehq.org/wine-builds/ubuntu/ jammy: /etc/apt/keyrings/winehq-archive.key != /usr/share/keyrings/winehq.gpg
E: The list of sources could not be read.

I
Ishan2004
Junior Member
5
03-11-2025, 05:34 PM
#7
The file is present, which explains the confusion about sed's output. You can simply modify winehq-jammy.sources manually and swap in the correct keyring path.
I
Ishan2004
03-11-2025, 05:34 PM #7

The file is present, which explains the confusion about sed's output. You can simply modify winehq-jammy.sources manually and swap in the correct keyring path.

A
Awesomater14
Member
192
03-11-2025, 11:07 PM
#8
The same issue appears when attempting to execute sudo apt update
A
Awesomater14
03-11-2025, 11:07 PM #8

The same issue appears when attempting to execute sudo apt update

F
filcio1234
Member
211
03-13-2025, 12:52 PM
#9
For pop_os you might need additional procedures. Refer to the guide at the provided link.
F
filcio1234
03-13-2025, 12:52 PM #9

For pop_os you might need additional procedures. Refer to the guide at the provided link.

O
oMeninuWerick
Junior Member
36
03-19-2025, 01:13 AM
#10
The update failed because there are conflicting key settings for Signed-By. The source URL points to a different key file than the one expected. This also prevents reading the list of available sources.
O
oMeninuWerick
03-19-2025, 01:13 AM #10

The update failed because there are conflicting key settings for Signed-By. The source URL points to a different key file than the one expected. This also prevents reading the list of available sources.