Qlc+ app "the following packages have unmet dependencies"

Hello!
I'm struggling to install an app that I need to work. It doesn't has a proper version for zorin, so I'm not sure if it's other linux versions can somehow work on my computer.
The version I installed says "the following packages have unmet dependencies". Is it possible to add maybe some "side apps" that could help me to run the software?

This is the software that I need: Download | QLC+ by Massimo Callegari

I have veeeery low knowledge in technology. If you can help using easy language, that would be awesome.

Thank you very much for your attention :blush:

Did you choose the Ubuntu 22.04 package?

I also tried this one now and didn't work

It's properly packaged wrong by the developers. Try

sudo dpkg -i path/package.deb

where path is where the package is and post the output.

I have the same issue. ran the terminal from the downloads folder and tried to install. Got:

zorin@zorin:~/Downloads$ sudo dpkg -i qlcplus_4.13.1_amd64.deb
Selecting previously unselected package qlcplus.
(Reading database ... 279006 files and directories currently installed.)
Preparing to unpack qlcplus_4.13.1_amd64.deb ...
Unpacking qlcplus (4.13.1) ...
dpkg: dependency problems prevent configuration of qlcplus:
qlcplus depends on libfftw3-double3 (>= 3.3.5); however:
Package libfftw3-double3 is not installed.
qlcplus depends on libftdi1-2 (>= 1.5); however:
Package libftdi1-2 is not installed.
qlcplus depends on libqt5multimedia5 (>= 5.6.0~beta); however:
Package libqt5multimedia5 is not installed.
qlcplus depends on libqt5multimediawidgets5 (>= 5.6.0~beta); however:
Package libqt5multimediawidgets5 is not installed.
qlcplus depends on libqt5script5 (>= 5.6.0~beta); however:
Package libqt5script5 is not installed.
qlcplus depends on libqt5serialport5 (>= 5.6.0); however:
Package libqt5serialport5 is not installed.

dpkg: error processing package qlcplus (--install):
dependency problems - leaving unconfigured
Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
Processing triggers for desktop-file-utils (0.26-1ubuntu3) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu3) ...
Processing triggers for man-db (2.10.2-1) ...
Processing triggers for shared-mime-info (2.1-2) ...
Errors were encountered while processing:
qlcplus

This is the download link you need for Zorin OS 17:
https://www.qlcplus.org/downloads/4.13.1/qlcplus_4.13.1_amd64.deb

I just tested it and it installed without any errors.
Otherwise, it is in the software store:

apt search qlcplus                                                                             ─╯
Sorting... Done
Full Text Search... Done
qlcplus/jammy 4.12.4-1 amd64 [residual-config]
  Control DMX or analog lighting systems

qlcplus-data/jammy,jammy 4.12.4-1 all
  Control DMX or analog lighting systems (data files)

You can install with the terminal, too:

sudo apt install qlcplus

The download link above is a slightly later version.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.