Skip to content

Instantly share code, notes, and snippets.

@marloncabrera
Last active August 29, 2015 14:06
Show Gist options
  • Save marloncabrera/43ce98bb7e90b72edb4f to your computer and use it in GitHub Desktop.
Save marloncabrera/43ce98bb7e90b72edb4f to your computer and use it in GitHub Desktop.
Spotify client on openSuse 13.1
## Spotify client on openSuse 13.1
References --> http://blog.gonzih.me/blog/2014/05/27/installing-spotify-linux-beta-on-opensuse-13-dot-1/
http://genietvanhetleven.blogspot.com.br/2014/04/install-spotify-under-linux-opensuse.html
1. Install alien (perl scripts for converting packages).
2. Download deb from spotify repository, pay attention to architecture.
3. Convert deb -> rpm by running sudo alien -r spotify*.deb.
4. Install rpm sudo zypper in spotify*.rpm.
Loading repository data...
Reading installed packages...
Resolving package dependencies...
Problem: nothing provides libcrypto.so.1.0.0(OPENSSL_1.0.0)(64bit) needed by spotify-client-0.9.11.27.g2b1a638.81-2.x86_64
Solution 1: do not install spotify-client-0.9.11.27.g2b1a638.81-2.x86_64
Solution 2: break spotify-client-0.9.11.27.g2b1a638.81-2.x86_64 by ignoring some of its dependencies
Choose from above solutions by number or cancel [1/2/c] (c): 2
5. sudo ln -s /usr/lib64/libcrypto.so /usr/lib64/libssl.so.1.0.0
6. run from a command prompt: spotify &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment