Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pa5tlife opened this issue Nov 2, 2022 · 5 comments
Open

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

pa5tlife opened this issue Nov 2, 2022 · 5 comments

Comments

@pa5tlife
Copy link

pa5tlife commented Nov 2, 2022

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
Copy link

arnzzz commented Dec 4, 2022

same issue here on Pop!_OS 22.04 LTS x86_64

@hdhnl
Copy link

hdhnl commented Dec 11, 2022

Hi 😄
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
Copy link

hdhnl commented Dec 12, 2022

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
Copy link

Munoida commented Feb 6, 2023

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants