help with install on raspberry pi

All the topics related to QLC+ on the Raspberry Pi
Post Reply
dwarren24
Posts: 1
Joined: Sun Sep 22, 2024 8:00 pm
Real Name: darren

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:~ $
User avatar
mcallegari
Posts: 4807
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

have you loaded the deb file in the folder where you issue the dpkg command?
savs
Posts: 3
Joined: Fri Oct 13, 2023 6:30 pm
Real Name: Andrew

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
markzvo
Posts: 91
Joined: Sat Jan 28, 2017 1:52 am
Real Name: Mark Z

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
Post Reply