You are not logged in.

#1 2023-10-22 15:29

naranja
Member
Registered: 2023-09-01
Posts: 37

[SOLVED]Not install from Q4OS software Centre/No update from Update M

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

#2 2023-10-22 16:08

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,259
Website

Re: [SOLVED]Not install from Q4OS software Centre/No update from Update M

naranja wrote:

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

#3 2023-10-23 18:32

naranja
Member
Registered: 2023-09-01
Posts: 37

Re: [SOLVED]Not install from Q4OS software Centre/No update from Update M

Hi.
Q4OS team, thank you to try to help me. I have answered you above.

Offline

#4 2023-10-23 18:40

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,259
Website

Re: [SOLVED]Not install from Q4OS software Centre/No update from Update M

naranja wrote:

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

#5 2023-10-24 20:20

naranja
Member
Registered: 2023-09-01
Posts: 37

Re: [SOLVED]Not install from Q4OS software Centre/No update from Update M

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

#6 2023-10-24 21:08

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,259
Website

Re: [SOLVED]Not install from Q4OS software Centre/No update from Update M

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

#7 2023-10-24 21:32

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,259
Website

Re: [SOLVED]Not install from Q4OS software Centre/No update from Update M

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

#8 2023-10-25 18:56

naranja
Member
Registered: 2023-09-01
Posts: 37

Re: [SOLVED]Not install from Q4OS software Centre/No update from Update M

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

#9 2023-10-26 08:36

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,259
Website

Re: [SOLVED]Not install from Q4OS software Centre/No update from Update M

naranja wrote:

...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

#10 2023-10-26 18:21

naranja
Member
Registered: 2023-09-01
Posts: 37

Re: [SOLVED]Not install from Q4OS software Centre/No update from Update M

[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

#11 2023-10-28 14:26

naranja
Member
Registered: 2023-09-01
Posts: 37

Re: [SOLVED]Not install from Q4OS software Centre/No update from Update M

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

#12 2023-10-28 18:10

hchiper
Member
From: Belgium
Registered: 2020-07-28
Posts: 401

Re: [SOLVED]Not install from Q4OS software Centre/No update from Update M

naranja wrote:

adminq@q4os-desktop:~$ ls -l /etc/apt/sources.list.d/
(...)
-rw-r--r-- 1 root root  456 oct 22 14:32 balena-etcher.list

q4osteam 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 ?

naranja wrote:

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 machines: [Samsung R519 - Pentium T4200 2.0 GHz - 4 GB RAM - 500 GB SSD] & [Sony Vaio - Pentium P6000 1.87 GHz - 8 GB RAM - 500 GB SSD]

Offline

#13 2023-10-29 15:12

naranja
Member
Registered: 2023-09-01
Posts: 37

Re: [SOLVED]Not install from Q4OS software Centre/No update from Update M

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

#14 2023-11-06 22:04

hchiper
Member
From: Belgium
Registered: 2020-07-28
Posts: 401

Re: [SOLVED]Not install from Q4OS software Centre/No update from Update M

naranja wrote:

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 machines: [Samsung R519 - Pentium T4200 2.0 GHz - 4 GB RAM - 500 GB SSD] & [Sony Vaio - Pentium P6000 1.87 GHz - 8 GB RAM - 500 GB SSD]

Offline

Board footer

Powered by FluxBB