You are not logged in.
Pages: 1
Hi, when i open "gestore pacchetti" (this is italian traduction, i don't know the name of this in english), the system give me this error:
E: Impostati valori in conflitto per l'opzione Signed-By riguardo alla sorgente http:// linux.teamviewer.com/deb/ stable: /usr/share/keyrings/q4a-teamviewer.gpg !=
E: Impossibile leggere l'elenco dei sorgenti.
E: _cache->open() failed, please report.
Recently i just added teamviewer repository to install it, with commands:
qrepoadd --gui --> than i selected "teamviewer", and i write:
apt update
then i installed teamviewer but "gestore pacchetti" doesn't work now.
What can i do?
Offline
"gestore pacchetti" is package manager
After you ran qrepoadd --gui --> teamviewer you should have seen something like this:-
sudo qrepoadd --gui
[sudo] password for robin:
building cache, wait a moment please ...
Added repository: deb http://linux.teamviewer.com/deb stable main
Updating APT keyring - /usr/share/apps/q4os_system/q4p_keyring/q4a-teamviewer.pub - Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Keyring file: /usr/share/apps/q4os_system/q4p_keyring/q4a-teamviewer.pub
Repository file: /etc/apt/sources.list.d/q4p-teamviewer-20220626055436-Rnq.list
From the look of your output the keyring did not install or there is some kind of conflict.
Please look in /usr/share/apps/q4os_system/q4p_keyring/ and see if the file q4a-teamviewer.pub is there.
Also check in /etc/apt/sources.list.d/ and see if q4p-teamviewer-20220626055436-Rnq.list is there.
Offline
Please look in /usr/share/apps/q4os_system/q4p_keyring/ and see if the file q4a-teamviewer.pub is there.
Also check in /etc/apt/sources.list.d/ and see if q4p-teamviewer-20220626055436-Rnq.list is there.
Yes, there are. What i have to do?
Offline
Initially I would suggest you run "sudo qrepoadd --gui" again and re-add the teamviewer repo.
Then run sudo apt update
Please copy and paste the terminal output from both these actions.
I'm wondering if there may be a translations issue - what is the system language set to?
Offline
Initially I would suggest you run "sudo qrepoadd --gui" again and re-add the teamviewer repo.
terminal output:
Exist, not added: deb [signed-by=/usr/share/keyrings/q4a-teamviewer.gpg] http://linux.teamviewer.com/deb stable main
No repository has been added, as all exist yet
Then run sudo apt update
terminal output:
E: Impostati valori in conflitto per l'opzione Signed-By riguardo alla sorgente http://linux.teamviewer.com/deb/ stable: /usr/share/keyrings/q4a-teamviewer.gpg !=
E: Impossibile leggere l'elenco dei sorgenti.
I'm wondering if there may be a translations issue - what is the system language set to?
Italian
Offline
I think we'll have to wait for the q4os team to look at this.
Offline
Teamviewer has added its own repository, so you only need to disable the redundant one. Run the command:
$ sudo qreporm teamviewer
$ sudo apt update
and post back
Offline
Teamviewer has added its own repository, so you only need to disable the redundant one. Run the command:
$ sudo qreporm teamviewer
$ sudo apt update
and post back
thanks! it works!
Offline
Pages: 1