<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: spotify linux dependencies in Desktop (Linux)</title>
    <link>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/1434867#M1744</link>
    <description>&lt;P&gt;Thank's ! I use KaliLinux Rolling v2016.2.&amp;nbsp; I have installed the librairy libssl1.0.0 ! It work for me !&lt;/P&gt;</description>
    <pubDate>Sat, 03 Sep 2016 08:36:28 GMT</pubDate>
    <dc:creator>andry978</dc:creator>
    <dc:date>2016-09-03T08:36:28Z</dc:date>
    <item>
      <title>spotify linux dependencies</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/1332735#M1736</link>
      <description>&lt;P&gt;spotify stopped working for me on linux (debian testing) a few weeks ago after an `apt-get upgrade` or an `apt-get autoclean`. today i started it from the command line and received this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;spotify: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i was able to correct it by running `apt-get install libssl1.0.2`&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;perhaps this package should be added as a dependency for the debian package&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2016 11:32:24 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/1332735#M1736</guid>
      <dc:creator>mccassowary</dc:creator>
      <dc:date>2016-04-24T11:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: spotify linux dependencies</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/1332775#M1737</link>
      <description>&lt;P&gt;Hi there and welcome to the community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reporting this issue. I can pass this on the right guys for you. Can you let me know:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- What OS + Version you are on?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- What Spotify version you have?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did Spotify update, or did libssl update to a newer version?&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2016 13:34:58 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/1332775#M1737</guid>
      <dc:creator>Jordi</dc:creator>
      <dc:date>2016-04-24T13:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: spotify linux dependencies</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/1333015#M1738</link>
      <description>&lt;P&gt;OS + Version: Debian GNU/Linux testing, code name Stretch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Spotify version: 1:1.0.25.127.g58007b4c-22&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe it was an update in libssl, more precisely the replacement of the package libssl1.0.0 with libssl1.0.2. Note that the version numbers&amp;nbsp; are part of the package name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additional information which might be useful:&lt;/P&gt;&lt;P&gt;Debian 8/stable/jessie has a package libssl1.0.0 &lt;A href="https://packages.debian.org/jessie/libssl1.0.0" target="_blank"&gt;https://packages.debian.org/jessie/libssl1.0.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Debian testing/stretch has a package libssl1.0.2 &lt;A href="https://packages.debian.org/stretch/libssl1.0.2" target="_blank"&gt;https://packages.debian.org/stretch/libssl1.0.2&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2016 23:25:42 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/1333015#M1738</guid>
      <dc:creator>mccassowary</dc:creator>
      <dc:date>2016-04-24T23:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: spotify linux dependencies</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/1335523#M1739</link>
      <description>&lt;P&gt;This wont work. Spotify failed to make libssl1.0.0 a dependancy. You need to install it manually.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get it from the &lt;A title="debian-jessie libssl" href="https://packages.debian.org/jessie/libssl1.0.0" target="_self"&gt;debian repo&lt;/A&gt;&amp;nbsp;(note, if you're running debian testing then you are have ver 1.0.2 which doesn't work). You need debian stable (jessie)&amp;nbsp;&lt;EM&gt;libssl1.0.0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;once you download it, use gdebi to install it.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;sudo gdebi  ~/Downloads/libssl1.0.0_1.0.1k-3+deb8u4_amd64.deb&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;keep track of it - and once spotify updates to using 1.0.2 lib, then manually delete this package.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 21:18:45 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/1335523#M1739</guid>
      <dc:creator>Joni1101</dc:creator>
      <dc:date>2016-04-28T21:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: spotify linux dependencies</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/1335541#M1740</link>
      <description>Thanks. That was my point; I was submitting a bug report and a proposed approach for a fix, not requesting help. However, your instructions might be helpful to someone on an older version of Debian than the one I'm using and the one I described the solution for.&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Apr 2016 21:34:52 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/1335541#M1740</guid>
      <dc:creator>mccassowary</dc:creator>
      <dc:date>2016-04-28T21:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: spotify linux dependencies</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/1370786#M1741</link>
      <description>&lt;P&gt;Work for me, many thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jun 2016 13:58:58 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/1370786#M1741</guid>
      <dc:creator>tamar3</dc:creator>
      <dc:date>2016-06-18T13:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: spotify linux dependencies</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/1370859#M1742</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/1566000"&gt;@mccassowary&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;spotify stopped working for me on linux (debian testing) a few weeks ago after an `apt-get upgrade` or an `apt-get autoclean`. today i started it from the command line and received this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;spotify: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i was able to correct it by running `apt-get install libssl1.0.2`&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;perhaps this package should be added as a dependency for the debian package&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;They have been pretty clear that they primarily support Ubuntu LTS releases, but also try to support other Ubuntu versions and Debian. Ubuntu 16.04 LTS has the package "libssl1.0.0". They could fix this in the "DEBIAN/control" file (modified when building the deb package) by doing this in the dependencies section: "&lt;SPAN&gt;libssl1.0.0 |&amp;nbsp;&lt;SPAN&gt;libssl1.0.2&lt;/SPAN&gt;&lt;/SPAN&gt;". This would choose the one available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jun 2016 15:08:57 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/1370859#M1742</guid>
      <dc:creator>olejon</dc:creator>
      <dc:date>2016-06-18T15:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: spotify linux dependencies</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/1386392#M1743</link>
      <description>&lt;P&gt;I am using Kali and it works for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;download:&lt;/P&gt;&lt;P&gt;&lt;A href="http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.2g-1ubuntu4.1_amd64.deb" target="_blank" rel="nofollow noopener noreferrer"&gt;http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.2g-1ubuntu4.1_amd64.deb&lt;/A&gt;&lt;/P&gt;&lt;P&gt;run this on your terminal:&lt;/P&gt;&lt;P&gt;dpkg -i libssl1.0.0_1.0.2g-1ubuntu4.1_amd64.deb&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 06:35:55 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/1386392#M1743</guid>
      <dc:creator>QuartzStar</dc:creator>
      <dc:date>2016-07-05T06:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: spotify linux dependencies</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/1434867#M1744</link>
      <description>&lt;P&gt;Thank's ! I use KaliLinux Rolling v2016.2.&amp;nbsp; I have installed the librairy libssl1.0.0 ! It work for me !&lt;/P&gt;</description>
      <pubDate>Sat, 03 Sep 2016 08:36:28 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/1434867#M1744</guid>
      <dc:creator>andry978</dc:creator>
      <dc:date>2016-09-03T08:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: spotify linux dependencies</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/1587316#M1745</link>
      <description>&lt;P&gt;im having a nightmare with this can anyone help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im using kali2016-2 and im getting this error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-main"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-24 lia-quilt-column-single lia-quilt-column-main"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-single"&gt;&lt;DIV class="lia-message-body lia-component-body-simple"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;DIV&gt;&amp;nbsp;root@Lee-PC:~# sudo apt-get install spotify-client&lt;BR /&gt;Reading package lists... Done&lt;BR /&gt;Building dependency tree&lt;BR /&gt;Reading state information... Done&lt;BR /&gt;Some packages could not be installed. This may mean that you have&lt;BR /&gt;requested an impossible situation or if you are using the unstable&lt;BR /&gt;distribution that some required packages have not yet been created&lt;BR /&gt;or been moved out of Incoming.&lt;BR /&gt;The following information may help to resolve the situation:&lt;BR /&gt;&lt;BR /&gt;The following packages have unmet dependencies:&lt;BR /&gt;spotify-client : Depends: libssl1.0.0 but it is not installable&lt;BR /&gt;Recommends: libavcodec54 but it is not installable or&lt;BR /&gt;libavcodec-extra-54 but it is not installable&lt;BR /&gt;Recommends: libavformat54 but it is not installable&lt;BR /&gt;E: Unable to correct problems, you have held broken packages.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-message-tags lia-component-tags"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-message-labels lia-component-labels"&gt;&amp;nbsp;I cant seem to install libssl1.0.0 from anywhere??&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Feb 2017 12:43:03 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/1587316#M1745</guid>
      <dc:creator>Smith6098</dc:creator>
      <dc:date>2017-02-21T12:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: spotify linux dependencies</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/2760542#M1746</link>
      <description>&lt;P&gt;i have the same problem &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 04:03:52 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/2760542#M1746</guid>
      <dc:creator>BryanMendiola</dc:creator>
      <dc:date>2017-10-24T04:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: spotify linux dependencies</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/3888724#M9366</link>
      <description>&lt;P&gt;After almost two years, this has finally been "fixed".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Spotify 1.0.69 in the testing repository now (soon stable) can dynamically load different version of libcrypto.so (from the libssl* packages).&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 10:26:02 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/3888724#M9366</guid>
      <dc:creator>jooon</dc:creator>
      <dc:date>2017-12-15T10:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: spotify linux dependencies</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/7154259#M23941</link>
      <description>&lt;P&gt;I love having Spotify as a standalone app but had wrestled for hours trying to install Spotify from the command line and/or also tried to install Flatpak to install Spotify. Kept coming up dependency issues and/or couldn't find the app and tried every remedy I could find to install either app. FINALLY, I just uninstalled Linux, reinstalled it, installed Flatpak and used it to install Spotify.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 01:13:22 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/spotify-linux-dependencies/m-p/7154259#M23941</guid>
      <dc:creator>kirkbmanley</dc:creator>
      <dc:date>2025-09-29T01:13:22Z</dc:date>
    </item>
  </channel>
</rss>

