<?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>music player for linux Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/music-player-for-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sat, 18 Aug 2018 17:38:50 +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>Museeks – Minimalistic Music Player for Linux</title>
		<link>https://www.osradar.com/museeks-minimalistic-music-player-for-linux/</link>
					<comments>https://www.osradar.com/museeks-minimalistic-music-player-for-linux/#respond</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Sat, 18 Aug 2018 17:38:50 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[linux music player]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[music player]]></category>
		<category><![CDATA[music player for linux]]></category>
		<category><![CDATA[music player linux]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=5383</guid>

					<description><![CDATA[<p>Whenever we say “music player”, there are a number of available options. In fact, the number is too large to even think of. A number of features like RSS feeds, online music service, podcast support, “intelligent” playlist etc. are some of the most common features that are extremely common. While they address the needs of [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/museeks-minimalistic-music-player-for-linux/">Museeks – Minimalistic Music Player for 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>Whenever we say “music player”, there are a number of available options. In fact, the number is too large to even think of. A number of features like RSS feeds, online music service, podcast support, “intelligent” playlist etc. are some of the most common features that are extremely common. While they address the needs of many people, those who are not interested in those will find them irritating.</p>
<p>Are you looking for a solid, minimalistic music player for your Linux system? Here is Museeks – the ultimate minimalistic music player. Museeks is also available for other platforms like Windows and macOS, so if you’re from other platform, you can still enjoy the awesomeness of the player. No clutter, no complexity, no unnecessary distraction – only music.</p>
<h1>Getting Museeks</h1>
<p>Depending on your Linux distro, you have to run the following commands.</p>
<ul>
<li>Ubuntu/Debian</li>
</ul>
<p>Museeks officially provides installable DEB package. They don’t provide any 3<sup>rd</sup>-party PPAs or repository. Run the following commands for downloading and installing the DEB package.</p>
<pre class="">wget https://github.com/KeitIG/museeks/releases/download/0.9.4/museeks-amd64.deb
OR
wget https://github.com/KeitIG/museeks/releases/download/0.9.4/museeks-i386.deb

cd ~/Downloads
sudo dpkg -i museeks-*.deb</pre>
<p>After installation is complete, run this command so that any missing dependencies will be present in your system.</p>
<pre class="">sudo apt install -f
OR
sudo apt-get install -f</pre>
<p><img loading="lazy" class="size-full wp-image-5388 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/install-museeks-deb.png" alt="" width="1096" height="591" srcset="https://www.osradar.com/wp-content/uploads/2018/08/install-museeks-deb.png 1096w, https://www.osradar.com/wp-content/uploads/2018/08/install-museeks-deb-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/install-museeks-deb-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2018/08/install-museeks-deb-1024x552.png 1024w, https://www.osradar.com/wp-content/uploads/2018/08/install-museeks-deb-696x375.png 696w, https://www.osradar.com/wp-content/uploads/2018/08/install-museeks-deb-1068x576.png 1068w, https://www.osradar.com/wp-content/uploads/2018/08/install-museeks-deb-779x420.png 779w" sizes="(max-width: 1096px) 100vw, 1096px" /></p>
<ul>
<li>Fedora/OpenSUSE</li>
</ul>
<p>Museeks also provide an official RPM package. Get the RPM package –</p>
<pre class="">wget https://github.com/KeitIG/museeks/releases/download/0.9.4/museeks-x86_64.rpm
OR
wget https://github.com/KeitIG/museeks/releases/download/0.9.4/museeks-i686.rpm</pre>
<p>Install the RPM package –</p>
<pre class=""># For Fedora
sudo dnf install museeks-x86_64.rpm
OR
sudo dnf install  museeks-i686.rpm

# For openSUSE
sudo zypper install museeks-x86_64.rpm
OR
sudo zypper install museeks-i686.rpm</pre>
<ul>
<li>Generic instruction</li>
</ul>
<p>For other Linux systems, Museeks provide an AppImage. This ensures that the program is available to all the Linux distros. Get the AppImage of Museeks –</p>
<pre class="">wget https://github.com/KeitIG/museeks/releases/download/0.9.4/museeks-x86_64.AppImage
OR
wget https://github.com/KeitIG/museeks/releases/download/0.9.4/museeks-i386.AppImage</pre>
<p>Mark the AppImage as executable –</p>
<pre class="">sudo chmod +x museeks-x86_64.AppImage
OR
sudo chmod +x museeks-i386.AppImage</pre>
<p><img loading="lazy" class="alignnone size-full wp-image-5387" src="https://www.osradar.com/wp-content/uploads/2018/08/chmod-appimage-museeks.png" alt="" width="1094" height="149" srcset="https://www.osradar.com/wp-content/uploads/2018/08/chmod-appimage-museeks.png 1094w, https://www.osradar.com/wp-content/uploads/2018/08/chmod-appimage-museeks-300x41.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/chmod-appimage-museeks-768x105.png 768w, https://www.osradar.com/wp-content/uploads/2018/08/chmod-appimage-museeks-1024x139.png 1024w, https://www.osradar.com/wp-content/uploads/2018/08/chmod-appimage-museeks-696x95.png 696w, https://www.osradar.com/wp-content/uploads/2018/08/chmod-appimage-museeks-1068x145.png 1068w" sizes="(max-width: 1094px) 100vw, 1094px" /></p>
<p>Move the AppImage to its dedicated folder –</p>
<pre class="">mkdir -p ~/AppImages
mv museeks-*.AppImage ~/AppImages

cd ~/AppImages
./museeks-*.AppImage</pre>
<h1></h1>
<h1>Using Museeks</h1>
<p>Museeks is a great music player. For listening to your favorite music, you have to have them in your storage.</p>
<p><img loading="lazy" class="size-full wp-image-5386 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/08/museeks-window-listening-music.png" alt="" width="900" height="550" srcset="https://www.osradar.com/wp-content/uploads/2018/08/museeks-window-listening-music.png 900w, https://www.osradar.com/wp-content/uploads/2018/08/museeks-window-listening-music-300x183.png 300w, https://www.osradar.com/wp-content/uploads/2018/08/museeks-window-listening-music-768x469.png 768w, https://www.osradar.com/wp-content/uploads/2018/08/museeks-window-listening-music-696x425.png 696w, https://www.osradar.com/wp-content/uploads/2018/08/museeks-window-listening-music-687x420.png 687w" sizes="(max-width: 900px) 100vw, 900px" /></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/museeks-minimalistic-music-player-for-linux/">Museeks – Minimalistic Music Player for 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/museeks-minimalistic-music-player-for-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
