d8ahazard / glimmr

Glimmr is a .Net Core application to synchronize Ambient LED strips with Hue Lights, Lifx Bulbs, and Nanoleaf Panels
GNU General Public License v3.0
54 stars 9 forks source link

Linux install - held broken packages #49

Open nmummau opened 18 hours ago

nmummau commented 18 hours ago

In an attempt to install this on a Linux development machine running Ubuntu 22.04.5 LTS. I do as the readme instructs: download the .deb and run install. Here is what I run into. Any tips?

sudo apt-get install ./Glimmr.1.2.7-master-0001143.linux-x64.deb
[sudo] password for [redacted]: 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'glimmr' instead of './Glimmr.1.2.7-master-0001143.linux-x64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 glimmr : Depends: libjasper-dev but it is not installable
          Depends: libqtgui4 but it is not installable
          Depends: libqt4-test but it is not installable
          Depends: libdc1394-22 but it is not installable
          Depends: libjasper-dev but it is not installable
          Depends: libdc1394-22-dev but it is not installable
E: Unable to correct problems, you have held broken packages.
d8ahazard commented 5 hours ago

Can you please try the following?

sudo add-apt-repository universe
sudo apt-get update

sudo apt-get install libjasper-dev libqtgui4 libqt4-test libdc1394-22 libdc1394-22-dev

Looks like I need to re-test installing this on Ubuntu 22.