Page 1 of 1

help with install on raspberry pi

Posted: Sun Sep 22, 2024 8:26 pm
by dwarren24
can someone please help!
I've tried multiple ways to install this and keep getting messages like this. what am i doing wrong.
i have downloaded it and can see it in my downloads. i tried zipped and unzipped

dwarren@raspberrypi:~ $ sudo dpkg -i qlcplus_4.13.1_amd64.deb
dpkg: error: cannot access archive 'qlcplus_4.13.1_amd64.deb': No such file or directory
dwarren@raspberrypi:~ $

Re: help with in stall on raspberry pi

Posted: Mon Sep 23, 2024 7:12 am
by mcallegari
have you loaded the deb file in the folder where you issue the dpkg command?

Re: help with in stall on raspberry pi

Posted: Tue Sep 24, 2024 5:12 pm
by savs
Note the amd64 image is not going to work on Raspberry Pi – you'll need arm64 e.g. something like qlcplus_4.13.1_arm64.deb

Re: help with install on raspberry pi

Posted: Mon Sep 30, 2024 8:56 pm
by markzvo
Ensure the file is in the folder you are currently in - you can use the ls command and you should see it there.

Also, you may need to add "./" to the beginning of the deb file, such as sudo dpkg -i ./qlcplus_4.13.1_amd64.deb

Also, dpkg command has not worked for me because of missing dependencies (although this is not your problem based on your error message), I used sudo apt install ./qlcplus_4.13.1_arm64.deb