You are not logged in.
Hi.
I am using Q4OS 32bits.
I want to install Synaptic and the system does not let me do it. I have the Update Manager installed and I realised that and I do not receive any update from about two weeks there used to be one or two updates a week. Any help? Thanks in advaced.
>>The software Center Show me 13 packege ONLY when normally shows 52.
>>The problem started from when I installed Balena-Etcher from OTHERS Q4OS APPS link, I could not uninstalled and the system gave me this errors.
UNINSTALLING FROM KONSOLE
adminq@q4os-desktop:~$ sudo apt-get install synaptic
E: Conflicting values set for option Signed-By regarding source https://dl.cloudsmith.io/public/balena/ … eb/debian/ bookworm: /usr/share/keyrings/balena-etcher-archive-keyring.gpg != /usr/share/keyrings/q4a-etcher.gpg
E: The source lists could not be read.
adminq@q4os-desktop:~$
FROM PACKAGE CENTER
The package system is not consistent ...
Trying to recover the integrity of APT ...
E: Conflicting values set for option Signed-By regarding source https://dl.cloudsmith.io/public/balena/ … eb/debian/ bookworm: /usr/share/keyrings/balena-etcher-archive-keyring.gpg != /usr/share/keyrings/q4a-etcher.gpg
E: Unable to read source lists.
E: Conflicting values set for option Signed-By regarding source https://dl.cloudsmith.io/public/balena/ … eb/debian/ bookworm: /usr/share/keyrings/balena-etcher-etcher-archive-keyring.gpg != /usr/share/keyrings/q4a-etcher.gpg
E: Unable to read source lists.
E: Conflicting values set for option Signed-By regarding source https://dl.cloudsmith.io/public/balena/ … eb/debian/ bookworm: /usr/share/keyrings/balena-etcher-etcher-archive-keyring.gpg != /usr/share/keyrings/q4a-etcher.gpg
E: Unable to read source lists.
E: Conflicting values set for option Signed-By regarding source https://dl.cloudsmith.io/public/balena/ … eb/debian/ bookworm: /usr/share/keyrings/balena-etcher-etcher-archive-keyring.gpg != /usr/share/keyrings/q4a-etcher.gpg
E: Could not read source lists.
Package system still not consistent, cancelling the installation ..
Last edited by naranja (2023-10-26 18:40)
Offline
I want to install Synaptic and the system does not let me do it.
Please post error messages and more detailed description of the issue.
Offline
Hi.
Q4OS team, thank you to try to help me. I have answered you above.
Offline
The problem started from when I installed Balena-Etcher from OTHERS Q4OS APPS link
Please note, Balena Etcher installer is considered as a testing one. Run command in terminal and post its output:
$ ls -l /etc/apt/sources.list.d/
Offline
Hi.
Q4OS, here is. Please, write me any command I have to do. Thank you in advance.
adminq@q4os-desktop:~$ ls -l /etc/apt/sources.list.d/
total 24
-rw-r--r-- 1 root root 243 oct 1 20:40 10_q4os.list
-rw-r--r-- 1 root root 245 oct 1 20:40 12_qtde.list
-rw-r--r-- 1 root root 1219 oct 1 20:40 20_debian.list
-rw-r--r-- 1 root root 375 oct 1 20:40 30_debian_backports.list
-rw-r--r-- 1 root root 456 oct 22 14:32 balena-etcher.list
-rw-r--r-- 1 root root 122 sep 21 13:13 dvpck_q4os-etcher.list
adminq@q4os-desktop:~$
Offline
Well, you need to edit the file:
/etc/apt/sources.list.d/dvpck_q4os-etcher.list
and comment out line:
deb [signed-by=/usr/share/keyrings/q4a-etcher.gpg] https://dl.cloudsmith.io/public/balena/etcher/deb/debian bookworm main
so it will look like this:
#deb [signed-by=/usr/share/keyrings/q4a-etcher.gpg] https://dl.cloudsmith.io/public/balena/etcher/deb/debian bookworm main
Afterwards run in terminal:
$ sudo apt update
and post back the result. Your system should be fixed now.
In addition post the output of command:
$ cat /etc/apt/sources.list.d/balena-etcher.list
Offline
We can also see you have defined a redundant repository "/etc/apt/sources.list.d/balena-etcher.list" what causes conflicts with other system repositories. Do you know, how did it emerge in your system ?
Offline
Hi.
Q4OS. Please, tell me all the steps one by one because that kind of steps is out of my knowledges. One by one, please.
Offline
...tell me all the steps one by one because that kind of steps is out of my knowledges. One by one, please.
1.Run in terminal:
$ sudo nano /etc/apt/sources.list.d/dvpck_q4os-etcher.list
2.Change line:
deb [signed-by=/usr/share/keyrings/q4a-etcher.gpg] https://dl.cloudsmith.io/public/balena/etcher/deb/debian bookworm main
so it will look like this:
#deb [signed-by=/usr/share/keyrings/q4a-etcher.gpg] https://dl.cloudsmith.io/public/balena/etcher/deb/debian bookworm main
3. Save with ctrl+O
4.Run in terminal:
$ sudo apt update
Offline
[SOLVED] I GOT IT.
Thank you very much Q4OS Team. Now I have Balena-Etcher installed and the Software Center come back "out the box" like new. Thank you very much.
Last edited by naranja (2023-10-26 18:22)
Offline
YOU (Q4OS TEAM) WROTE:
We can also see you have defined a redundant repository "/etc/apt/sources.list.d/balena-etcher.list" what causes conflicts with other system repositories. Do you know, how did it emerge in your system ?
I ANSWER:
No, I don't know it. Could you tell me how do it?
Last edited by naranja (2023-10-28 14:28)
Offline
adminq@q4os-desktop:~$ ls -l /etc/apt/sources.list.d/
(...)
-rw-r--r-- 1 root root 456 oct 22 14:32 balena-etcher.list
We can also see you have defined a redundant repository "/etc/apt/sources.list.d/balena-etcher.list" what causes conflicts with other system repositories. Do you know, how did it emerge in your system ?
No, I don't know it. Could you tell me how do it?
That .list has been created, or at least modified for the last time, less than 1 hour before your initial post in this thread. Also, you had to give your password at that moment. Does this help you to remember if you followed a tutorial to install Etcher?
Unfortunately, I have not enough knowledge to know if it is safe to just delete it + sudo apt update.
Q4OS machine: Samsung R519 - Pentium T4200 2.0 GHz - 4 GB RAM - 500 GB SSD
Offline
Hi HChiper:
Thank you to try to help me. The answer at your question:
No. I didn't follow any tutorial to install Balena-etcher. I downloaded it from a link of "others apps of Q4OS" that you can find in this forum. I installed like any other app, directly.
I'm waiting for Q4OS Team or, if you can, to fix the other question that saw and tell me Q4OS Team about redundant repository.
Last edited by naranja (2023-10-29 15:18)
Offline
I downloaded it from a link of "others apps of Q4OS" that you can find in this forum. I installed like any other app, directly.
I probably missed "others apps of Q4OS" in this forum; do you have a link?
The safe ways to install apps are using Q4OS Software Centre or using Q4OS repositories via "$ sudo apt install <package>". Other install scripts for "expereimental" apps are also available in Q4OS' sourceforge website. Here, "safe" means avoiding conflicts problems like the one you are facing, and other ones.
Q4OS machine: Samsung R519 - Pentium T4200 2.0 GHz - 4 GB RAM - 500 GB SSD
Offline