Update exitsting RPI intallation per "wget..."

All the topics related to QLC+ on the Raspberry Pi
Post Reply
Matthe
Posts: 3
Joined: Mon Oct 26, 2015 10:50 am
Real Name:

can I update my existing PRI Installation 4.10.3 with the wget -Kommand
User avatar
mcallegari
Posts: 4462
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
Matthe
Posts: 3
Joined: Mon Oct 26, 2015 10:50 am
Real Name:

Thanks...
de DJ Fabriek
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?
User avatar
mcallegari
Posts: 4462
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

Code: Select all

sudo apt remove qlcplus
and then install QLC+ 4.12.0 with

Code: Select all

sudo dpkg -i qlcplus_4.12.0_armhf.deb
de DJ Fabriek
Posts: 64
Joined: Fri May 22, 2015 9:07 am
Real Name: Tiago Vilhena de Oliveira

Great work and Thank you!
ackcsaba
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.
User avatar
mcallegari
Posts: 4462
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

ackcsaba wrote: Sat Nov 17, 2018 5:19 pm 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.
On which image ?
That Debian package works with the official image, not every Debian in the world.
Post Reply