<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>spotify Archives - Tom Barbette</title>
	<atom:link href="https://perso.uclouvain.be/tom.barbette/tag/spotify/feed/" rel="self" type="application/rss+xml" />
	<link>https://perso.uclouvain.be/tom.barbette/tag/spotify/</link>
	<description></description>
	<lastBuildDate>Wed, 02 Jul 2014 08:27:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://perso.uclouvain.be/tom.barbette/wp-content/uploads/2022/04/cropped-logo-uclouvain-2021-barbette-32x32.png</url>
	<title>spotify Archives - Tom Barbette</title>
	<link>https://perso.uclouvain.be/tom.barbette/tag/spotify/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Installing Spotify 9.10 (may 20), 9.11 (july 2) on fedora 20 64 bits</title>
		<link>https://perso.uclouvain.be/tom.barbette/installing-spotify-9-10-may-20-on-fedora-20-64-bits/</link>
		
		<dc:creator><![CDATA[Tom Barbette]]></dc:creator>
		<pubDate>Thu, 22 May 2014 09:36:48 +0000</pubDate>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[spotify]]></category>
		<guid isPermaLink="false">http://queen.run.montefiore.ulg.ac.be/~barbette/?p=331</guid>

					<description><![CDATA[<p>UPDATE : Tested for 9.11 on July 2 &#160; Remove any old version of spotify : yum remove &#8220;*spotify*&#8221; rm -rf /usr/local/share/spotify* &#160; Remove any configuration file of the last spotify version : rm -rf /home/$USER/.config/spotify rm -rf /home/$USER/.cache/spotify &#160; Download the debian package at http://repository.spotify.com/pool/non-free/s/spotify/spotify-client_0.9.10.17.g4129e1c.78-1_amd64.deb  http://repository.spotify.com/pool/non-free/s/spotify/spotify-client_0.9.11.26.g995ec04.78-1_amd64.deb: wget http://repository.spotify.com/pool/non-free/s/spotify/spotify-client_0.9.11.26.g995ec04.78-1_amd64.deb &#160; Install alien to convert the deb to &#8230; </p>
<p class="link-more"><a href="https://perso.uclouvain.be/tom.barbette/installing-spotify-9-10-may-20-on-fedora-20-64-bits/" class="more-link">Continue reading<span class="screen-reader-text"> "Installing Spotify 9.10 (may 20), 9.11 (july 2) on fedora 20 64 bits"</span></a></p>
<p>The post <a href="https://perso.uclouvain.be/tom.barbette/installing-spotify-9-10-may-20-on-fedora-20-64-bits/">Installing Spotify 9.10 (may 20), 9.11 (july 2) on fedora 20 64 bits</a> appeared first on <a href="https://perso.uclouvain.be/tom.barbette">Tom Barbette</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>UPDATE : Tested for 9.11 on July 2</p>
<p>&nbsp;</p>
<p>Remove any old version of spotify :</p>
<p>yum remove &#8220;*spotify*&#8221;</p>
<p>rm -rf /usr/local/share/spotify*</p>
<p>&nbsp;</p>
<p>Remove any configuration file of the last spotify version :</p>
<p>rm -rf /home/$USER/.config/spotify</p>
<p>rm -rf /home/$USER/.cache/spotify</p>
<p>&nbsp;</p>
<p>Download the debian package at <del>http://repository.spotify.com/pool/non-free/s/spotify/spotify-client_0.9.10.17.g4129e1c.78-1_amd64.deb</del>  http://repository.spotify.com/pool/non-free/s/spotify/spotify-client_0.9.11.26.g995ec04.78-1_amd64.deb:</p>
<p>wget http://repository.spotify.com/pool/non-free/s/spotify/spotify-client_0.9.11.26.g995ec04.78-1_amd64.deb</p>
<p>&nbsp;</p>
<p>Install alien to convert the deb to RPM :</p>
<p>sudo yum install alien</p>
<p>&nbsp;</p>
<p>Convert the deb to RPM with alien :</p>
<p>fakeroot alien -r spotify-client_0.9.10.17.g4129e1c.78-1_amd64.deb</p>
<p>&nbsp;</p>
<p>Install the rpm :</p>
<p>sudo rpm -ivh &#8211;nodeps &#8211;force spotify-client-0.9.10.17.g4129e1c.78-2.x86_64.rpm</p>
<p>&nbsp;</p>
<p>You will very probably have problems of dependencies to old libraries when launching spotify, like for libssl.so.1.0.0 , libudev.so.0 and libcrypto.so.1.0.0, I made a tarball with them.</p>
<p>&nbsp;</p>
<p>Download <a href="https://www.tombarbette.be/wp-content/uploads/2014/05/oldlibs.tar.gz">oldlibs.tar</a> :</p>
<p>wget https://www.tombarbette.be/wp-content/uploads/2014/05/oldlibs.tar.gz</p>
<p>&nbsp;</p>
<p>Untar them :</p>
<p>tar -zxvf oldlibs.tar.gz</p>
<p>&nbsp;</p>
<p>Copy them to /usr/lib64 :</p>
<p>cp -rf oldlibs/* /usr/lib64/</p>
<p>&nbsp;</p>
<p>Remove the tarball :</p>
<p>rm -rf oldlibs*</p>
<p>&nbsp;</p>
<p>If you don&#8217;t have any shorcut to launch spotify, copy the desktop entry :</p>
<p>cp -rf /opt/spotify/spotify-client/spotify.desktop /usr/share/applications/</p>
<p>&nbsp;</p>
<p>If when you type &#8220;spotify&#8221; it doesn&#8217;t launch anything (and say this command is not found) :</p>
<p>sudo ln -s /opt/spotify/spotify-client/spotify /usr/bin/spotify</p>
<p>The post <a href="https://perso.uclouvain.be/tom.barbette/installing-spotify-9-10-may-20-on-fedora-20-64-bits/">Installing Spotify 9.10 (may 20), 9.11 (july 2) on fedora 20 64 bits</a> appeared first on <a href="https://perso.uclouvain.be/tom.barbette">Tom Barbette</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
