linuxmint / hypnotix

An M3U IPTV Player
1.26k stars 169 forks source link

Can't install on Ubuntu 22.04 MATE - dependency not satisfied - #250

Open pa5tlife opened 2 years ago

pa5tlife commented 2 years ago

I installed the following packages before running the .deb from the Linux mint version.

libxapp-dev 2.2.8-1 (which is how I obtained the package gir1.2-xapp-1.0) libxapp1 (2.2.8-1) libmpv1 (0.34.1-1ubuntu3) python3-imdbpy (2021.04.18-3 all)

The gdebi window shows an error that reads: Error: dependency not satisfiable: gir1.2-xapp-1.0 (>= 2.2.11)

arnzzz commented 1 year ago

same issue here on Pop!_OS 22.04 LTS x86_64

hdhnl commented 1 year ago

Hi :smile: As above in Pop!_OS 22.04 LTS x86_64 also, receiving the following message:


 gir1.2-xapp-1.0 depends on libxapp1 (>= 2.4.0); however:
  Version of libxapp1:amd64 on system is 2.2.8-1.```
hdhnl commented 1 year ago

But we can install version 2.6 in the following way:

sudo apt-get install git debhelper
cd ~/Downloads
git clone https://github.com/linuxmint/hypnotix -b 2.6
cd hypnotix
dpkg-buildpackage -uc -us
sudo apt-get install ../hypnotix_2.6_all.deb

Source: https://askubuntu.com/questions/1386009/is-it-possible-to-install-linuxmints-iptv-application-named-hypnotix-on-ubuntu Answered by N0rbert

Munoida commented 1 year ago

But we can install version 2.6 in the following way:

sudo apt-get install git debhelper
cd ~/Downloads
git clone https://github.com/linuxmint/hypnotix -b 2.6
cd hypnotix
dpkg-buildpackage -uc -us
sudo apt-get install ../hypnotix_2.6_all.deb

Source: https://askubuntu.com/questions/1386009/is-it-possible-to-install-linuxmints-iptv-application-named-hypnotix-on-ubuntu Answered by N0rbert

This works for me, on Pop!_OS 22.04 LTS x86_64. I assume its something to do with the package and not using the latest package for xapp. Thank you, by the way!

Looking back at this, this can definitely be easily circumvented if hypnotix was provided with more newer dependencies or provided as a Flatpak, AppImage or Snap. Has anyone made a Hypnotix flatpak yet?

brccabral commented 1 year ago

This works for me (Ubuntu 22.04.3 LTS x86_64) https://gist.github.com/brccabral/5f8d334b329aa2e677103363b1af3241