LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-22-2020, 03:20 PM   #1
SandMan420420
Member
 
Registered: Nov 2020
Posts: 51

Rep: Reputation: Disabled
spotify on 64 current


how would i install spotify on 64 current? sbopkg gives an error 404 not found. thank you.
 
Old 11-22-2020, 05:15 PM   #2
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
I run spotify on my web browser, I didn't know there was an application for spotify. I'm following this thread with interest.
 
Old 11-22-2020, 06:17 PM   #3
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
Grab "spotify-client_1.1.42.622.gbd112320-37_amd64.deb" (I had to restart download a few times, weird)
http://repository.spotify.com/pool/n...potify-client/

Grab spotify.tar.gz.
https://slackbuilds.org/repository/1...media/spotify/
Put it in /tmp/
Use
Code:
tar -xzvf spotify.tar.gz
to extract spotify.tar.gz.
copy spotify-client_1.1.42.622.gbd112320-37_amd64.deb into the spotify folder that is created.

Then as root user and inside the spotify folder use the command
Code:
sh spotify.SlackBuild
This did this for me: "Slackware package /tmp/spotify-1.1.42-x86_64-2_SBo.tgz created."

If you have a spotify package already installed use
Code:
upgradepkg spotify-1.1.42-x86_64-2_SBo.tgz
If you do not have a spotify package already installed use
Code:
installpkg spotify-1.1.42-x86_64-2_SBo.tgz
. sbopkg will recognize the package because it has the SBo tag.
 
1 members found this post helpful.
Old 11-22-2020, 08:19 PM   #4
SandMan420420
Member
 
Registered: Nov 2020
Posts: 51

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by RadicalDreamer View Post
Grab "spotify-client_1.1.42.622.gbd112320-37_amd64.deb" (I had to restart download a few times, weird)
http://repository.spotify.com/pool/n...potify-client/

Grab spotify.tar.gz.
https://slackbuilds.org/repository/1...media/spotify/
Put it in /tmp/
Use
Code:
tar -xzvf spotify.tar.gz
to extract spotify.tar.gz.
copy spotify-client_1.1.42.622.gbd112320-37_amd64.deb into the spotify folder that is created.

Then as root user and inside the spotify folder use the command
Code:
sh spotify.SlackBuild
This did this for me: "Slackware package /tmp/spotify-1.1.42-x86_64-2_SBo.tgz created."

If you have a spotify package already installed use
Code:
upgradepkg spotify-1.1.42-x86_64-2_SBo.tgz
If you do not have a spotify package already installed use
Code:
installpkg spotify-1.1.42-x86_64-2_SBo.tgz
. sbopkg will recognize the package because it has the SBo tag.
this worked to get the app but when i execute the app nothing happens so i will just use the web app. thank you for the help.
 
1 members found this post helpful.
Old 11-22-2020, 09:00 PM   #5
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
Code:
bash-5.0$ spotify 
/opt/spotify/usr/bin/spotify: error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory
It is asking for a library that spotify requires.
 
Old 11-22-2020, 09:10 PM   #6
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
you can make a symlink to libcurl and it will work
 
2 members found this post helpful.
Old 11-22-2020, 09:49 PM   #7
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
Thanks willysr!

SandMan, type
Code:
locate libcurl | grep lib64
and it will list libcurl versions available on your system in /usr/lib64/.

Then go to /usr/lib64 and type
Code:
bash-5.0$ ls -lh libcurl*
lrwxrwxrwx 1 root root   16 Nov 22 22:42 libcurl-gnutls.so.4 -> libcurl.so.4.7.0
lrwxrwxrwx 1 root root   16 Oct 15 10:31 libcurl.so -> libcurl.so.4.7.0
lrwxrwxrwx 1 root root   16 Oct 15 10:31 libcurl.so.4 -> libcurl.so.4.7.0
-rwxr-xr-x 1 root root 602K Oct 14 14:12 libcurl.so.4.7.0
"lrwxrwxrwx" are links to libcurl.so.4.7.0

As root make a symbolic link to libcurl.so.4.7.0 to libcurl-gnutls.so.4
Code:
ln -s libcurl.so.4.7.0 libcurl-gnutls.so.4
spotify should work after doing that. I tested it and it loads up at least.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: How to Mute Spotify Ads on Arch Linux using Spotify-AdKiller LXer Syndicated Linux News 0 10-16-2018 09:33 AM
Slackware current and Spotify 1.0.17.75 (please verify...) MDKDIO Slackware 1 03-15-2016 10:44 AM
Installing Spotify and Wine on Debian Eleanorrr Linux - Newbie 2 12-25-2009 10:05 AM
LXer: Tip: Using Spotify On Linux LXer Syndicated Linux News 0 07-17-2009 11:10 AM
LXer: No FOSS for Spotify LXer Syndicated Linux News 0 04-09-2009 08:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration