Unable to locate packages

Hello, I just got my new uConsole and I’m trying to install packages but I keep getting the error message cannot locate (package name). I’m new to this, can someone help please?

1 Like

which image are you using, and which package are you trying to install?

uConsole_CM4_v3.1_64bit.img.bz2

sudo apt update && sudo apt --install-recommends install hackergadgets-uconsole-aio-board -y && sudo apt install meshtastic-mui -y

The error message is cannot locate hackergadgets-uconsole-aio-board

I also get this masseage: sub-process /usr/bin/dpkg returned an error code (1) when trying to install apps from the app store.

use this one: Trixie 6.12.y for the uConsole and DevTerm

it’s a specific rex’s package that exists in rex’s repository, stock uconsole os can’t use it out of the box

the official images do not have rex’s repo so you won’t find his packages there.
I’d really recommend you try rex’s trixie instead of the official image since it’s actively maintained and not only updated when they have no other choice because it won’t boot anymore

1 Like

Apparently I cannot dowload it as a download quota has been reached. Never mind I got it.

That worked, but now I’m getting this error: sub-process /usr/bin/dpkg returned an error code (1) how can I fix this? This is the package I’m trying to install: sudo apt update && sudo apt --install-recommends install hackergadgets-uconsole-aio-board -y && sudo apt install meshtastic-mui -y Thanks

Run them one by one, check which one fails and post there full log please

$ sudo apt update
$ sudo apt --install-recommends install hackergadgets-uconsole-aio-board -y 
$ sudo apt install meshtastic-mui -y 

i got everything installed, thank you all for your help.