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:~ $
help with install on raspberry pi
- mcallegari
- Posts: 4914
- 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?
-
- 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
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
-
- Posts: 23
- Joined: Sat Jan 25, 2020 11:32 am
- Real Name: Stuart Hanlon
Hi dwarren24dwarren24 wrote: ↑Sun Sep 22, 2024 8:26 pm 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:~ $
Are you still struggling to get QLCplus working on your PI?
I know that mcallegari has a ready made image for PI that you can purchase?
https://www.qlcplus.org/discover/raspberry-pi
I have been working on getting QLCplus 4.14.1 working on an Odroid C4, which is an ARM64 based SBC.
You can download the DEB file that I have created on that if it helps you?
https://www.mdar.co.uk/dl/qlcplus/QLCplus_arm64_DEB.zip