Page 1 of 1

Update exitsting RPI intallation per "wget..."

Posted: Tue Oct 17, 2017 9:56 am
by Matthe
can I update my existing PRI Installation 4.10.3 with the wget -Kommand

Re: Update exitsting RPI intallation per "wget..."

Posted: Wed Oct 18, 2017 7:12 am
by mcallegari
Please follow the instructions of the provided PDF

Most likely you need to upgrade QLC+ and the Qt libraries

Re: Update exitsting RPI intallation per "wget..."

Posted: Wed Oct 18, 2017 7:27 am
by Matthe
Thanks...

Re: Update exitsting RPI intallation per "wget..."

Posted: Sun Nov 11, 2018 6:49 am
by de DJ Fabriek
is it possible to update version QLC+ 4.12.0 instead of doing a complete installation?

Re: Update exitsting RPI intallation per "wget..."

Posted: Sun Nov 11, 2018 9:47 am
by mcallegari
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

Re: Update exitsting RPI intallation per "wget..."

Posted: Sun Nov 11, 2018 9:50 am
by de DJ Fabriek
Great work and Thank you!

Re: Update exitsting RPI intallation per "wget..."

Posted: Sat Nov 17, 2018 5:19 pm
by ackcsaba
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.

Re: Update exitsting RPI intallation per "wget..."

Posted: Sat Nov 17, 2018 7:49 pm
by mcallegari
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.