You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to install the program using existing debian / ubuntu instructions.
Apt complains about dependencies such as "libgstreamer1.0-0" and "gir1.2-gstreamer-1.0" since using apt install method will not resolve dependencies.
Expected Behavior
program installed.
Steps to reproduce
grab debian package
sudo apt install ./Spotube-linux-x86_64.deb (or alternatively use Gdebi)
Is there an existing issue for this?
Current Behavior
Unable to install the program using existing debian / ubuntu instructions.
Apt complains about dependencies such as "libgstreamer1.0-0" and "gir1.2-gstreamer-1.0" since using
apt install
method will not resolve dependencies.Expected Behavior
program installed.
Steps to reproduce
Operating System
Ubuntu 22.04.1
Spotube version
2.7.1+18
Installation source
Website (spotube.netlify.app)
Additional information
I'd recommend setting up a ubuntu PPA
https://askubuntu.com/questions/71510/how-do-i-create-a-ppa
this will allow rolling packages and allow automatic dependency resolution.
The text was updated successfully, but these errors were encountered: