{"id":76079,"date":"2026-03-16T18:51:22","date_gmt":"2026-03-16T15:51:22","guid":{"rendered":"https:\/\/cloudspinx.com\/?p=76079"},"modified":"2026-03-16T18:51:22","modified_gmt":"2026-03-16T15:51:22","slug":"how-to-install-spotify-on-linux-mint","status":"publish","type":"post","link":"https:\/\/computingforgeeks.com\/how-to-install-spotify-on-linux-mint\/","title":{"rendered":"How To Install Spotify on Linux Mint 22"},"content":{"rendered":"\n<p>In this short article we will be showing you how to install Spotify on Linux Mint 22. <a class=\"rank-math-link\" href=\"https:\/\/www.spotify.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Spotify<\/a>\u00a0is a free to use music streaming service with subscription for premium content at a small fee. Spotify has been very successful as it serves millions of users every single day.<\/p>\n\n\n\n<p>Spotify enables you to stream music of your favorite artists, filter latest songs and albums, create custom playlists, shuffle play, share music and podcasts. Spotify is available for installation on Windows, Linux distributions, macOS and Mobile devices powered by iOS and Android operating systems.<\/p>\n\n\n\n<p>Follow the next steps to install and use Spotify on Linux Mint 22 Desktop system.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Step 1: Update System<\/h4>\n\n\n\n<p>Update the packages index cache by running the command below as root or user with sudo privileges on the system.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt update<\/code><\/pre>\n\n\n\n<p>An upgrade can also be performed if no installed software packages will be affected in any way.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt upgrade -y<\/code><\/pre>\n\n\n\n<p>In case of an upgrade system reboot will be required before you continue with the installation of Spotify on Linux Mint 22.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo reboot<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Step 2: Add Spotify APT repository<\/h4>\n\n\n\n<p>You can install Spotify on Linux Mint 22 from Snap package or Spotify supported APT repositories. We&#8217;ll use APT installation method for one basic reason &#8211; easy to update the package at a later stage after installation.<\/p>\n\n\n\n<p>Add Spotify Debian repository to your Linux Mint system by running the following command in the terminal.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>echo \"deb https:\/\/repository.spotify.com stable non-free\" | sudo tee \/etc\/apt\/sources.list.d\/spotify.list<\/code><\/pre>\n\n\n\n<p>Once the repository file is created import GPG key for signature verification.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -sS https:\/\/download.spotify.com\/debian\/pubkey_C85668DF69375001.gpg | sudo gpg --dearmor --yes -o \/etc\/apt\/trusted.gpg.d\/spotify.gpg<\/code><\/pre>\n\n\n\n<p>Inform the system of the additional repository.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-amber-color\"> <\/mark><mark style=\"background-color:rgba(0, 0, 0, 0);color:#ff6900\" class=\"has-inline-color\">sudo apt update<\/mark>\nGet:1 http:\/\/repository.spotify.com stable InRelease &#91;3,316 B]\nIgn:2 http:\/\/packages.linuxmint.com vanessa InRelease\nGet:3 http:\/\/repository.spotify.com stable\/non-free amd64 Packages &#91;1,671 B]\nGet:4 http:\/\/repository.spotify.com stable\/non-free i386 Packages &#91;1,171 B]\nGet:5 http:\/\/security.ubuntu.com\/ubuntu jammy-security InRelease &#91;110 kB]\nHit:6 http:\/\/archive.ubuntu.com\/ubuntu jammy InRelease\nHit:7 http:\/\/packages.linuxmint.com vanessa Release\nHit:8 http:\/\/archive.ubuntu.com\/ubuntu jammy-updates InRelease\nGet:10 http:\/\/archive.ubuntu.com\/ubuntu jammy-backports InRelease &#91;99.8 kB]\nFetched 216 kB in 1s (244 kB\/s)\nReading package lists... Done\nBuilding dependency tree... Done\nReading state information... Done\nAll packages are up to date.<\/code><\/pre>\n\n\n\n<p>From the list of added repositories we can confirm <strong>spotify <\/strong>is available.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Step 3: Install Spotify on Linux Mint 22<\/h4>\n\n\n\n<p>With the repository configured as expected run the next commands to install Spotify on Linux Mint 22:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install spotify-client<\/code><\/pre>\n\n\n\n<p>Begin installation of Spotify on Linux Mint 22 by agreeing to the prompt using <strong>y<\/strong> key:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1552\" height=\"979\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2020\/12\/infection-monkey-report.png\" alt=\"\" class=\"wp-image-81760\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2020\/12\/infection-monkey-report.png 1552w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2020\/12\/infection-monkey-report-300x189.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2020\/12\/infection-monkey-report-1024x646.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2020\/12\/infection-monkey-report-768x484.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2020\/12\/infection-monkey-report-1536x969.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2020\/12\/infection-monkey-report-696x439.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2020\/12\/infection-monkey-report-1068x674.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2020\/12\/infection-monkey-report-666x420.png 666w\" sizes=\"auto, (max-width: 1552px) 100vw, 1552px\" \/><\/figure>\n\n\n\n<p>Spotify client can be launched on Linux Mint 22 using the command line interface:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>spotify<\/code><\/pre>\n\n\n\n<p>Or from Desktop applications launcher:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/04\/How-To-Install-Spotify-on-Linux-Mint-02-1024x720.png\" alt=\"\" class=\"wp-image-81761\" title=\"\"><\/figure>\n\n\n\n<p>Before being able to stream music files you&#8217;ll need to create an account or login with existing credentials.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/04\/How-To-Install-Spotify-on-Linux-Mint-03-1024x731.png\" alt=\"\" class=\"wp-image-81762\" title=\"\"><\/figure>\n\n\n\n<p>That&#8217;s how easy it can be to install and start using Spotify on Linux Mint 22 Desktop machine. We have more articles covering Linux Mint usage.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/computingforgeeks.com\/how-to-install-zoom-client-on-linux-mint\/\">How To Install Zoom Client on Linux Mint 22<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/computingforgeeks.com\/how-to-install-lamp-stack-on-linux-mint\/\">How To Install LAMP Stack on Linux Mint 22<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/computingforgeeks.com\/how-to-install-node-js-on-linux-mint\/\">How To Install Node.js on Linux Mint 22<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>In this short article we will be showing you how to install Spotify on Linux Mint 22. Spotify\u00a0is a free to use music streaming service with subscription for premium content at a small fee. Spotify has been very successful as it serves millions of users every single day. Spotify enables you to stream music of &#8230; <a title=\"How To Install Spotify on Linux Mint 22\" class=\"read-more\" href=\"https:\/\/computingforgeeks.com\/how-to-install-spotify-on-linux-mint\/\" aria-label=\"Read more about How To Install Spotify on Linux Mint 22\">Read more<\/a><\/p>\n","protected":false},"author":3,"featured_media":81769,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[299,49,50],"tags":[39691],"class_list":["post-76079","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-how-to","category-linux-mint","category-linux-tutorials","tag-spotify-music-player"],"_links":{"self":[{"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/posts\/76079","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/comments?post=76079"}],"version-history":[{"count":0,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/posts\/76079\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/media\/81769"}],"wp:attachment":[{"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/media?parent=76079"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/categories?post=76079"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/tags?post=76079"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}