<?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>install spotify linux Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/install-spotify-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 21 Jun 2018 20:43:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Install Spotify on Linux</title>
		<link>https://www.osradar.com/install-spotify-on-linux/</link>
					<comments>https://www.osradar.com/install-spotify-on-linux/#comments</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Mon, 09 Apr 2018 03:26:32 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[install spotify linux]]></category>
		<category><![CDATA[spotify]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=2436</guid>

					<description><![CDATA[<p>Who doesn’t love music? I LOVE music! In everyone’s life, music always plays an important role. Our brain just can’t resist the attraction of music. That’s why there are so many sources where we can enjoy our favorite song, orchestra etc. to satisfy our ever-thirsty soul. If you’re a human, you’ve heard about Spotify, right? [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-spotify-on-linux/">Install Spotify on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Who doesn’t love music? I LOVE music! In everyone’s life, music always plays an important role. Our brain just can’t resist the attraction of music. That’s why there are so many sources where we can enjoy our favorite song, orchestra etc. to satisfy our ever-thirsty soul. If you’re a human, you’ve heard about Spotify, right? It’s a great platform where you can listen to hundreds of cool, mind-blowing music from anywhere in the world.</p>
<p>Spotify is available as an app for different platforms – PC, smartphones etc. For a music lover, Spotify is a must-have. Are you running on Linux? Then installing Spotify may be a bit difficult. But worry not; we got you covered. Let’s take a look how to install Spotify on your Linux distro.</p>
<h3>Install Snap</h3>
<p>Snap is a great system that allows apps to be contained within a universal installer. Almost all the major Linux distros have the ability to install and run snaps. Spotify is also available as a snap. In order to install the snap, you have to install the “snapd” service in your distro.</p>
<ul>
<li>
<h3>Debian, Ubuntu and similar</h3>
</li>
</ul>
<p>If your distro is Debian, Ubuntu, or anything based on it, just run the following command in terminal:</p>
<pre>sudo apt install snapd</pre>
<p><img loading="lazy" class="size-full wp-image-2440 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/04/install-snapd-ubuntu-debian.png" alt="" width="960" height="526" srcset="https://www.osradar.com/wp-content/uploads/2018/04/install-snapd-ubuntu-debian.png 960w, https://www.osradar.com/wp-content/uploads/2018/04/install-snapd-ubuntu-debian-300x164.png 300w, https://www.osradar.com/wp-content/uploads/2018/04/install-snapd-ubuntu-debian-768x421.png 768w, https://www.osradar.com/wp-content/uploads/2018/04/install-snapd-ubuntu-debian-696x381.png 696w, https://www.osradar.com/wp-content/uploads/2018/04/install-snapd-ubuntu-debian-767x420.png 767w" sizes="(max-width: 960px) 100vw, 960px" /></p>
<ul>
<li>
<h3>Fedora</h3>
</li>
</ul>
<p>Run the commands:</p>
<pre>sudo dnf install snapd
sudo ln -s /var/lib/snapd/snap /snap</pre>
<ul>
<li>
<h3>OpenSUSE</h3>
</li>
</ul>
<p>Tumbleweed</p>
<pre>sudo zypper addrepo <a class="vglnk" href="http://download.opensuse.org/repositories/system:/snappy/openSUSE_Tumbleweed/" rel="nofollow">http://download.opensuse.org/repositories/system:/snappy/openSUSE_Tumbleweed/</a> snappy
sudo zypper install snapd
sudo systemctl enable --now snapd.socket</pre>
<p>Leap</p>
<pre>sudo zypper addrepo <a class="vglnk" href="http://download.opensuse.org/repositories/system:/snappy/openSUSE_Leap_42.3/" rel="nofollow">http://download.opensuse.org/repositories/system:/snappy/openSUSE_Leap_42.3/</a> snappy
sudo zypper install snapd
sudo systemctl enable --now snapd.socket</pre>
<p>For other supported platforms, you can take help from the <a href="https://snapcraft.io/">official Snap website</a>.</p>
<h2>Install Spotify</h2>
<p>Run the following command:</p>
<pre>sudo snap remove spotify</pre>
<p><img loading="lazy" class="size-full wp-image-2438 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/04/install-spotify-snap.png" alt="" width="957" height="238" srcset="https://www.osradar.com/wp-content/uploads/2018/04/install-spotify-snap.png 957w, https://www.osradar.com/wp-content/uploads/2018/04/install-spotify-snap-300x75.png 300w, https://www.osradar.com/wp-content/uploads/2018/04/install-spotify-snap-768x191.png 768w, https://www.osradar.com/wp-content/uploads/2018/04/install-spotify-snap-696x173.png 696w" sizes="(max-width: 957px) 100vw, 957px" /></p>
<p><img loading="lazy" class="size-full wp-image-2439 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/04/snap-spotify-installed.png" alt="" width="965" height="193" srcset="https://www.osradar.com/wp-content/uploads/2018/04/snap-spotify-installed.png 965w, https://www.osradar.com/wp-content/uploads/2018/04/snap-spotify-installed-300x60.png 300w, https://www.osradar.com/wp-content/uploads/2018/04/snap-spotify-installed-768x154.png 768w, https://www.osradar.com/wp-content/uploads/2018/04/snap-spotify-installed-696x139.png 696w" sizes="(max-width: 965px) 100vw, 965px" /></p>
<p>Voila! Spotify is now available on your Linux distro. You can use the command to start Spotify:</p>
<pre>$ spotify</pre>
<p>For setting up the auto login with Spotify, run the following command:</p>
<pre>spotify --username &lt;your_spotify_email_address&gt; --password '&lt;spotify_password&gt;'</pre>
<p>If you ever think of uninstalling Spotify from your system, run this command:</p>
<pre>sudo snap remove spotify</pre>
<p>Enjoy the music! For your notice, Skype is also available in Linux! <a href="https://www.osradar.com/how-to-install-skype-on-linux/">Learn how to install Skype on Linux</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-spotify-on-linux/">Install Spotify on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-spotify-on-linux/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
