You are not logged in.
Pages: 1
Hi, I try to install the Spotily Client but I have dependencies issues.
Any suggestions ?
The following information may help to resolve the situation:
The following packages have unmet dependencies:
spotify-client : Depends: libcurl3 but it is not installable
Depends: libssl1.1 but it is not installable or
libssl1.0.1 but it is not installable or
libssl1.0.0 but it is not installable
Recommends: libavcodec-ffmpeg56 but it is not installable or
libavcodec-ffmpeg-extra56 but it is not installable or
libavcodec54 but it is not installable or
libavcodec-extra-54 but it is not installable
Recommends: libavformat-ffmpeg56 but it is not installable or
libavformat54 but it is not installable
E: Unable to correct problems, you have held broken packages.
Offline
There is no 32bits version of Spotify for linux. (dependencies can't be satisfied on 32bits os). You'll have to use the web player instead.
My Q4OS scripts: win10/osx theming, perfs optimisation, laptop configuration, ... for trinity users --> https://github.com/seb3773/q4osXpack
Offline
Thanks for the answer. After too much search I've found the solution. There is an unofficial client called spotify-qt. It is easy to install it with snaps:
sudo apt update
sudo apt install snapd
sudo snap install core
sudo snap install spotify-qt
You have to restart your machine to see the new app in the menu.
Offline
There is an unofficial client called spotify-qt.
Thank you very much for the tip ! I will test it as soon as possible (I'm a spotify user too ) ; I noticed there's an appimage version of this app:
https://github.com/kraxarn/spotify-qt/r … 1.AppImage
If it works with 32bits, I suggest to use it instead of installing the *infamous* snapd (I really dislike snap... It's not the place to explain why, but I prefer Appimage).
I see we can build the binary too, I think I will try to build a package from it
Last edited by seb3773 (2024-06-23 16:12)
My Q4OS scripts: win10/osx theming, perfs optimisation, laptop configuration, ... for trinity users --> https://github.com/seb3773/q4osXpack
Offline
Here it is:
https://github.com/seb3773/spotify-qt-spotifyd-packages
x64, i386 & armhf packages.
(you have to install spotifyd too, as it is needed by spotify-qt to play music on your local machine).
It's lighter than the snap/appimage versions and should start faster too
My Q4OS scripts: win10/osx theming, perfs optimisation, laptop configuration, ... for trinity users --> https://github.com/seb3773/q4osXpack
Offline
Pages: 1