You are not logged in.

#26 2025-06-08 16:40

Durhammer
Member
Registered: 2025-01-28
Posts: 143

Re: Cannot install Update Manager!!! [SOLVED]

See post #19 above, first one!

Offline

#27 2025-06-08 16:46

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 5,007
Website

Re: Cannot install Update Manager!!! [SOLVED]

The single file "10_q4os.list" triggers the error, weird. Let this single .list enabled and others disabled for now and post output of:
$ qrepolist
$ cat /etc/apt/sources.list
$ cat /etc/apt/sources.list.d/10_q4os.list

Offline

#28 2025-06-08 16:56

Durhammer
Member
Registered: 2025-01-28
Posts: 143

Re: Cannot install Update Manager!!! [SOLVED]

Repo list:

$ qrepolist
deb http://q4os.org/q4repo q4os-5-0-cn main
deb http://q4os.org/qtderepo bookworm main
deb http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware
deb http://security.debian.org/ bookworm-security main contrib non-free non-free-firmware
deb http://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
deb http://q4os.org/qextrepo bookworm-plasmalooks-cn main
deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main
deb http://download.opensuse.org/repositories/home:/obs_mhogomchungu/Debian_12/ /
deb [arch=amd64] https://liquorix.net/debian bookworm main
deb http://ftp.debian.org/debian/ bookworm-backports main contrib non-free

cat /etc/apt/sources.list output:

$ cat /etc/apt/sources.list

(Not much there!)

Contents of /etc/apt/sources.list.d/10_q4os.list --

### Q4OS essential repositories

## origin q4os.org | o=q4os.org,a=q4os-5-0-st,n=q4os-5-0-cn,l=q4os-5-0 repository,c=main,b=[amd64|i386|arm64|armhf]
deb http://q4os.org/q4repo q4os-5-0-cn main
##deb-src http://q4os.org/q4repo q4os-5-0-cn main

Offline

#29 2025-06-08 17:11

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 5,007
Website

Re: Cannot install Update Manager!!! [SOLVED]

Please run command:
$ ls -al /etc/apt/sources.list.d/

Last edited by q4osteam (2025-06-08 17:16)

Offline

#30 2025-06-08 17:36

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

Re: Cannot install Update Manager!!! [SOLVED]

In post 19, the results of the two 'sudo apt update' commands show lines beginning with "N:", at the end of which it seems that apt is searching for packages suitable for the  'mfcj5720dwlpr' and 'mfcj5720dwcupswrapper' architectures.
Could be interesting to see the outputs of
$ dpkg --print-architecture
$ dpkg --print-foreign-architectures


Q4OS machine: Samsung R519 - Pentium T4200 2.0 GHz - 4 GB RAM - 500 GB SSD

Offline

#31 2025-06-08 17:40

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 5,007
Website

Re: Cannot install Update Manager!!! [SOLVED]

hchiper wrote:

...
$ dpkg --print-architecture
$ dpkg --print-foreign-architectures

Yes, excellent idea, post the output please

Offline

#32 2025-06-08 18:07

Durhammer
Member
Registered: 2025-01-28
Posts: 143

Re: Cannot install Update Manager!!! [SOLVED]

First, the requested contents of the lists.d directory:

$ ls -al /etc/apt/sources.list.d/
total 44
drwxr-xr-x 2 root root 4096 Jun  8 10:40 .
drwxr-xr-x 8 root root 4096 Jan 18 10:10 ..
-rw-r--r-- 1 root root  243 Jan 18 10:15 10_q4os.list
-rw-r--r-- 1 root root  239 Jan 18 10:15 12_qtde.list
-rw-r--r-- 1 root root 1219 Jan 18 10:15 20_debian.list
-rw-r--r-- 1 root root  375 Jan 18 10:15 30_debian_backports.list
-rw-r--r-- 1 root root   94 Jan 27 17:45 50-plasmalooks.list
-rw-r--r-- 1 root root  130 Jun  6 14:51 brave-browser-release.list
-rw-r--r-- 1 root root   82 Feb  1 19:42 home:obs_mhogomchungu.list
-rw-r--r-- 1 root root  122 Feb  3 22:37 liquorix.list
-rw-r--r-- 1 root root  143 Feb  4 10:37 q4p-debian-backports-20250204103739-pEe.list

(I had restored all the list names after doing the one-by-one trials.)

Next, @hchiper's suggested commands output:

$ dpkg --print-architecture
amd64
$ dpkg --print-foreign-architectures
mfcj5720dwcupswrapper
mfcj5720dwlpr

Anything else?

Offline

#33 2025-06-08 18:14

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 5,007
Website

Re: Cannot install Update Manager!!! [SOLVED]

Well, now we see at least one problem on Apt data, thanks to @hchiper. Such foreign architectures are ultimately bad, they had to be added to your system in some wrong way. Now, they are muddying Apt update attempts.

Run to remove bad archs:
$ sudo dpkg --remove-architecture mfcj5720dwcupswrapper
$ sudo dpkg --remove-architecture mfcj5720dwlpr

$ dpkg --print-foreign-architectures
the output must be clean.

Then run:
$ sudo apt update
and post the output again.

@hchiper
Great suggestion smile

Offline

#34 2025-06-08 18:42

Durhammer
Member
Registered: 2025-01-28
Posts: 143

Re: Cannot install Update Manager!!! [SOLVED]

Done! Thanks to both of you, @14osteam and @hchiper!

$ sudo apt update
Get:1 http://ftp.debian.org/debian bookworm-backports InRelease [59.4 kB]
Get:2 http://security.debian.org bookworm-security InRelease [48.0 kB]                                                 
Get:3 http://deb.debian.org/debian bookworm InRelease [151 kB]                                                         
Get:4 https://brave-browser-apt-release.s3.brave.com stable InRelease [7,546 B]                                        
Get:5 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]                                                
Get:6 https://liquorix.net/debian bookworm InRelease [2,438 B]                                 
Get:7 https://brave-browser-apt-release.s3.brave.com stable/main amd64 Packages [21.7 kB]   
Get:8 http://download.opensuse.org/repositories/home:/obs_mhogomchungu/Debian_12  InRelease [1,540 B]
Get:9 http://security.debian.org bookworm-security/main amd64 Packages [265 kB]
Get:10 http://security.debian.org bookworm-security/main Translation-en [161 kB]
Get:11 http://security.debian.org bookworm-security/contrib amd64 Packages [896 B]
Get:12 http://security.debian.org bookworm-security/contrib Translation-en [652 B]
Get:13 http://security.debian.org bookworm-security/non-free-firmware amd64 Packages [688 B]
Get:14 http://security.debian.org bookworm-security/non-free-firmware Translation-en [472 B]
Get:15 http://deb.debian.org/debian bookworm/main amd64 Packages [8,793 kB]                
Get:16 https://liquorix.net/debian bookworm/main amd64 Packages [8,013 B]
Get:17 http://download.opensuse.org/repositories/home:/obs_mhogomchungu/Debian_12  Packages [5,182 B]
Get:18 http://deb.debian.org/debian bookworm/main Translation-en [6,109 kB]                       
Get:19 http://deb.debian.org/debian bookworm/main amd64 DEP-11 Metadata [4,492 kB]           
Get:20 http://deb.debian.org/debian bookworm/main DEP-11 48x48 Icons [3,595 kB]                                        
Get:21 http://deb.debian.org/debian bookworm/main DEP-11 64x64 Icons [7,295 kB]                                        
Get:22 http://deb.debian.org/debian bookworm/main DEP-11 128x128 Icons [11.1 MB]                                       
Get:23 http://deb.debian.org/debian bookworm/contrib amd64 Packages [53.5 kB]                                          
Get:24 http://deb.debian.org/debian bookworm/contrib Translation-en [48.4 kB]                                          
Get:25 http://deb.debian.org/debian bookworm/contrib amd64 DEP-11 Metadata [16.5 kB]                                   
Get:26 http://deb.debian.org/debian bookworm/contrib DEP-11 48x48 Icons [52.7 kB]                                      
Get:27 http://deb.debian.org/debian bookworm/contrib DEP-11 64x64 Icons [106 kB]                                       
Get:28 http://deb.debian.org/debian bookworm/contrib DEP-11 128x128 Icons [252 kB]                                     
Get:29 http://deb.debian.org/debian bookworm/non-free amd64 Packages [102 kB]                                          
Get:30 http://deb.debian.org/debian bookworm/non-free Translation-en [68.1 kB]                                         
Get:31 http://deb.debian.org/debian bookworm/non-free amd64 DEP-11 Metadata [4,428 B]                                  
Get:32 http://deb.debian.org/debian bookworm/non-free DEP-11 48x48 Icons [748 B]                                       
Get:33 http://deb.debian.org/debian bookworm/non-free DEP-11 64x64 Icons [27.5 kB]                                     
Get:34 http://deb.debian.org/debian bookworm/non-free DEP-11 128x128 Icons [2,522 B]                                   
Get:35 http://deb.debian.org/debian bookworm/non-free-firmware amd64 Packages [6,372 B]                                
Get:36 http://deb.debian.org/debian bookworm/non-free-firmware Translation-en [20.9 kB]                                
Get:37 http://deb.debian.org/debian bookworm/non-free-firmware amd64 DEP-11 Metadata [15.5 kB]                         
Get:38 http://deb.debian.org/debian bookworm/non-free-firmware DEP-11 48x48 Icons [29 B]                               
Get:39 http://deb.debian.org/debian bookworm/non-free-firmware DEP-11 64x64 Icons [29 B]                               
Get:40 http://deb.debian.org/debian bookworm/non-free-firmware DEP-11 128x128 Icons [29 B]                             
Get:41 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B]                                       
Get:42 http://deb.debian.org/debian bookworm-updates/main Translation-en [360 B]                                       
Get:43 https://q4os.org/q4repo q4os-5-0-cn InRelease [3,195 B]                                                         
Get:44 https://q4os.org/qtderepo bookworm InRelease [4,637 B]                                                          
Get:45 https://q4os.org/qextrepo bookworm-plasmalooks-cn InRelease [3,237 B]                                           
Get:46 https://q4os.org/q4repo q4os-5-0-cn/main amd64 Packages [14.2 kB]                                               
Get:47 https://q4os.org/qtderepo bookworm/main amd64 Packages [227 kB]                                                 
Get:48 https://q4os.org/qextrepo bookworm-plasmalooks-cn/main amd64 Packages [2,560 B]                                 
Fetched 43.2 MB in 19s (2,310 kB/s)                                                                                    
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
2 packages can be upgraded. Run 'apt list --upgradable' to see them.

Now to see if I still can print and scan....

Offline

#35 2025-06-08 18:47

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 5,007
Website

Re: Cannot install Update Manager!!! [SOLVED]

That looks fine, however we see 2 packages waiting for upgrade. They could be held back still by some alien non-Debian packages, so run:
$ sudo apt -V full-upgrade
and see if it's processed well.

Once you run apt update, it should show that all packages are up to date. At that point we can consider your Apt system to be consistent and really clean.

Offline

#36 2025-06-08 19:00

Durhammer
Member
Registered: 2025-01-28
Posts: 143

Re: Cannot install Update Manager!!! [SOLVED]

All packages now up to date.

I have been able to verify that the printer still works, but I cannot find a scanner app in the menu. Software Centre SAYS Skanlite is installed, but it doesn't show up!

EDIT: nevermind! I was able to launch it from the command line. It works, but it's waaay too limited (can't crop, etc.). I need to find and install the one I use on MX, it's nice.

Last edited by Durhammer (2025-06-08 19:06)

Offline

#37 2025-06-08 19:28

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 5,007
Website

Re: Cannot install Update Manager!!! [SOLVED]

Great, Apt is fixed smile @hchiper thanks

Offline

#38 2025-06-08 19:32

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

Re: Cannot install Update Manager!!! [SOLVED]

Durhammer wrote:

Done! Thanks to both of you, @14osteam and @hchiper!

Happy I could help smile


Q4OS machine: Samsung R519 - Pentium T4200 2.0 GHz - 4 GB RAM - 500 GB SSD

Offline

Board footer

Powered by FluxBB