We need some additional packages to get the job done.
This is the installation package for alien
A Perl Script to Convert Packages from one distro to another
Save next url to disk it is an installscript for YAST a so called one-click-installer
You will have to download the Debian spotify client preview for linux for there are no other distro packages currently available.
But no worries we gonna transform this package to a RPM package with the help of alien and rpm-build.
Open up a console and go straight to the location of your downloaded .deb file.
Once there make yourself root .
As root type:
Install some dependencies for openssl
Now install spotify
error: Failed dependencies:
libcrypto.so.1.0.0(OPENSSL_1.0.0)(64bit) is needed by spotify-client-0.9.11.27.g2b1a638.81-2.x86_64
libgcrypt.so.11()(64bit) is needed by spotify-client-0.9.11.27.g2b1a638.81-2.x86_64
libgcrypt.so.11(GCRYPT_1.2)(64bit) is needed by spotify-client-0.9.11.27.g2b1a638.81-2.x86_64
libssl.so.1.0.0(OPENSSL_1.0.0)(64bit) is needed by spotify-client-0.9.11.27.g2b1a638.81-2.x86_64
To avoid this problem install the rpm like this
Spotify now installs and after this you can start using it under the multimedia menu.
This is the installation package for alien
A Perl Script to Convert Packages from one distro to another
Save next url to disk it is an installscript for YAST a so called one-click-installer
HTML Code:
http://software.opensuse.org/ymp/home:KAMiKAZOW/openSUSE_Factory/alien.ymp?base=openSUSE%3AFactory&query=alienYou will have to download the Debian spotify client preview for linux for there are no other distro packages currently available.
But no worries we gonna transform this package to a RPM package with the help of alien and rpm-build.
HTML Code:
http://repository.spotify.com/pool/non-free/s/spotify/spotify-client_0.9.11.27.g2b1a638.81-1_amd64.debOnce there make yourself root .
As root type:
Code:
zypper in rpm-buildCode:
alien -r spotify-client_0.9.11.27.g2b1a638.81-1_amd64.debInstall some dependencies for openssl
Code:
zypper in libxmlsec1-openssl-devel nss-compat-openssl-devel xmlsec1-openssl-devel libxmlsec1-openssl1Now install spotify
Code:
rpm -ivh spotify-client-0.9.11.27.g2b1a638.81-2.x86_64.rpmerror: Failed dependencies:
libcrypto.so.1.0.0(OPENSSL_1.0.0)(64bit) is needed by spotify-client-0.9.11.27.g2b1a638.81-2.x86_64
libgcrypt.so.11()(64bit) is needed by spotify-client-0.9.11.27.g2b1a638.81-2.x86_64
libgcrypt.so.11(GCRYPT_1.2)(64bit) is needed by spotify-client-0.9.11.27.g2b1a638.81-2.x86_64
libssl.so.1.0.0(OPENSSL_1.0.0)(64bit) is needed by spotify-client-0.9.11.27.g2b1a638.81-2.x86_64
To avoid this problem install the rpm like this
Code:
rpm -ivh spotify-client-0.9.11.27.g2b1a638.81-2.x86_64.rpm --nodepsSpotify now installs and after this you can start using it under the multimedia menu.