<?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 repository missing public key in Desktop (Linux)</title>
    <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/7059680#M23786</link>
    <description>&lt;P&gt;Thanks for this. worked for me.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jul 2025 12:16:08 GMT</pubDate>
    <dc:creator>mortamz</dc:creator>
    <dc:date>2025-07-21T12:16:08Z</dc:date>
    <item>
      <title>Spotify repository missing public key</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/6259984#M22932</link>
      <description>&lt;P&gt;I am running Spotify on my Linux Mint Desktop (21.3 Cinnamon).&amp;nbsp; I get this error message, which was too long to serve as a title (I was able to edit the question title):&lt;/P&gt;&lt;P&gt;GPG error: &lt;A href="http://repository.spotify.com" target="_blank"&gt;http://repository.spotify.com&lt;/A&gt; stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6224F9941A8AA6D1The repository '&lt;A href="http://repository.spotify.com" target="_blank"&gt;http://repository.spotify.com&lt;/A&gt; stable InRelease' is not signed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Installed Spotify (system package) on Linux Mint 21.3. The system complains that the Spotify repository is unsigned.&lt;BR /&gt;What command do I need to run in the Terminal to correct the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Spotify is working just fine, but I suspect there will come a time to upgrade the package.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I discovered how to edit after I posted the information in a reply.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 08:00:53 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/6259984#M22932</guid>
      <dc:creator>Mince</dc:creator>
      <dc:date>2024-08-13T08:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify repository missing public key</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/6259997#M22933</link>
      <description>&lt;P&gt;I posted the error code here after I found it too long for the title above, but then I found how to edit my original post, making this one moot.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 10:45:36 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/6259997#M22933</guid>
      <dc:creator>Mince</dc:creator>
      <dc:date>2024-08-13T10:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify repository missing public key</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/6260238#M22935</link>
      <description>&lt;P&gt;&lt;STRONG&gt;I have a solution to fix my issue.&amp;nbsp; &lt;A href="https://www.spotify.com/us/download/linux/" target="_self"&gt;Spotify for Linux&lt;/A&gt;&amp;nbsp;&lt;/STRONG&gt;has a code that I can run to configure the repository:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -sS https://download.spotify.com/debian/pubkey_6224F9941A8AA6D1.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg&lt;/LI-CODE&gt;&lt;P&gt;There were two lines, but I had to enter them one at a time, because the sudo took the second line in my Terminal as a very long and invalid password.&amp;nbsp; Enter your sudo password, then enter the second line:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list&lt;/LI-CODE&gt;&lt;P&gt;Let all of that run.&amp;nbsp; Then, you can install the Spotify client:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install spotify-client&lt;/LI-CODE&gt;&lt;P&gt;I ended up with a 2024 version of Spotify with more features than I had to begin with.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The site also offers a snap version.&amp;nbsp; However, I don't use the snap store.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 10:39:10 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/6260238#M22935</guid>
      <dc:creator>Mince</dc:creator>
      <dc:date>2024-08-13T10:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify repository missing public key</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/6635247#M23337</link>
      <description>&lt;P&gt;Mint also provides an easy option to fix this issue in the &lt;STRONG&gt;Maintenance&lt;/STRONG&gt; section of their &lt;STRONG&gt;Software Sources&lt;/STRONG&gt; app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By simply clicking on the &lt;STRONG&gt;Add missing keys&lt;/STRONG&gt; button all the missing keys, including the one for Spotify, will be fetched and installed.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 15:21:27 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/6635247#M23337</guid>
      <dc:creator>brezanac</dc:creator>
      <dc:date>2025-01-07T15:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify repository missing public key</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/6637099#M23340</link>
      <description>&lt;P&gt;The fix for me was to remove all the previous authentication keys (in Software Sources as mentioned by @brezanac) and then click "add missing keys".&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 09:53:37 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/6637099#M23340</guid>
      <dc:creator>theLiuk23</dc:creator>
      <dc:date>2025-01-08T09:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify repository missing public key</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/6655369#M23370</link>
      <description>&lt;P&gt;The "marked as solution" terminal commands did not fix my problem, but Adding missing keys via the Software Sources did. Thanks, brezanac!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 19:17:01 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/6655369#M23370</guid>
      <dc:creator>shimrah</dc:creator>
      <dc:date>2025-01-15T19:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify repository missing public key</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/6671964#M23391</link>
      <description>&lt;P&gt;Thanks, I'm on Linux Mint as well and the "Add missing keys" button solved the problem without any effort!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2025 14:11:08 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/6671964#M23391</guid>
      <dc:creator>tompabes</dc:creator>
      <dc:date>2025-01-24T14:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify repository missing public key</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/6734844#M23498</link>
      <description>&lt;P&gt;on Linux Mint, the "add missing keys" button solved my gpg-problem.&lt;BR /&gt;thanks to brezanac&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 09:07:47 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/6734844#M23498</guid>
      <dc:creator>eljaap</dc:creator>
      <dc:date>2025-02-19T09:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify repository missing public key</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/6773687#M23509</link>
      <description>&lt;P&gt;The unsigned key may be different for you. I replaced the given one in the solution with the key that was giving me an error and all is working fine.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Mar 2025 19:48:06 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/6773687#M23509</guid>
      <dc:creator>Car659</dc:creator>
      <dc:date>2025-03-01T19:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify repository missing public key</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/7053586#M23781</link>
      <description>&lt;P&gt;This is always the right way to do it, instead of reverting to possibly-janky terminal commands.&amp;nbsp; Thank you brezanac.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 11:37:18 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/7053586#M23781</guid>
      <dc:creator>tinyhaggis</dc:creator>
      <dc:date>2025-07-16T11:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify repository missing public key</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/7059680#M23786</link>
      <description>&lt;P&gt;Thanks for this. worked for me.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 12:16:08 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Spotify-repository-missing-public-key/m-p/7059680#M23786</guid>
      <dc:creator>mortamz</dc:creator>
      <dc:date>2025-07-21T12:16:08Z</dc:date>
    </item>
  </channel>
</rss>

