Update exitsting RPI intallation per "wget..."
- mcallegari
- Posts: 4807
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
Please follow the instructions of the provided PDF
Most likely you need to upgrade QLC+ and the Qt libraries
Most likely you need to upgrade QLC+ and the Qt libraries
-
- Posts: 64
- Joined: Fri May 22, 2015 9:07 am
- Real Name: Tiago Vilhena de Oliveira
is it possible to update version QLC+ 4.12.0 instead of doing a complete installation?
- mcallegari
- Posts: 4807
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
You've been provided with an updated Debian package.
Just uninstall QLC+ 4.11.2 with
and then install QLC+ 4.12.0 with
Just uninstall QLC+ 4.11.2 with
Code: Select all
sudo apt remove qlcplus
Code: Select all
sudo dpkg -i qlcplus_4.12.0_armhf.deb
-
- Posts: 64
- Joined: Fri May 22, 2015 9:07 am
- Real Name: Tiago Vilhena de Oliveira
Great work and Thank you!
-
- Posts: 2
- Joined: Sat Nov 17, 2018 5:11 pm
- Real Name: Ackermann Csaba
Hello!
I intsalled QLC+ 4.12.0 with sudo dpkg -i qlcplus_4.12.0_armhf.deb, but when I tried to start QLC+ I took an error message .
qlcplus:error while loading shared libraries: libQt5Script.so.5 : cannot open shared object file. No such file or directory.
I intsalled QLC+ 4.12.0 with sudo dpkg -i qlcplus_4.12.0_armhf.deb, but when I tried to start QLC+ I took an error message .
qlcplus:error while loading shared libraries: libQt5Script.so.5 : cannot open shared object file. No such file or directory.
- mcallegari
- Posts: 4807
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
On which image ?
That Debian package works with the official image, not every Debian in the world.