Page 1 of 1

Cannot install QLC on Ubuntu

Posted: Mon Sep 12, 2016 3:07 am
by Gordon
I cannot install PLC 4.10.4 on Ubuntu 16.04. The Software centre just sits there doing nothing.

Re: Cannot install QLC on Ubuntu

Posted: Tue Apr 04, 2017 10:58 pm
by eein
What happens when you open a terminal and type

Code: Select all

sudo apt install qlcplus
Or just install the deb package on the download page http://www.qlcplus.org/downloads.html

Re: Cannot install QLC on Ubuntu

Posted: Wed Apr 05, 2017 4:22 pm
by mcallegari
What's PLC ?

Re: Cannot install QLC on Ubuntu

Posted: Wed Apr 05, 2017 6:16 pm
by janosvitok
Most probably typo. Nevertheless I don't think Software Centre knows anything about QLC+

Re: Cannot install QLC on Ubuntu

Posted: Thu Apr 06, 2017 8:20 am
by mcallegari

Code: Select all

wget http://www.qlcplus.org/downloads/4.10.5/qlcplus_4.10.5b_amd64.deb
sudo dpkg -i qlcplus_4.10.5b_amd64.deb

Re: Cannot install QLC on Ubuntu

Posted: Sat Apr 08, 2017 2:09 pm
by eein
Ooops nope it isn't in the official repos yet, I forgot to check if the package was 3rd Party. It was in my apt because I already installed it from the 3rd Party deb before. So no you can't install it through apt default repos or through the GUI apts Software & Updates or Ubuntu Software. When I installed it I just went to the qlcplus,org and clicked on the appropriate deb package rather than wget as the package name will change as time goes by.