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: 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?
-
- 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