{"id":6905,"date":"2017-06-28T16:57:29","date_gmt":"2017-06-28T16:57:29","guid":{"rendered":"http:\/\/ubuntuhandbook.org\/?p=6905"},"modified":"2017-06-28T16:57:29","modified_gmt":"2017-06-28T16:57:29","slug":"install-nuvola-player-4-5-in-ubuntu-16-04-higher","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2017\/06\/install-nuvola-player-4-5-in-ubuntu-16-04-higher\/","title":{"rendered":"How to Install Nuvola Player 4.5 in Ubuntu 16.04 &#038; higher"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/nuvola-player.jpg\" alt=\"nuvola player\" width=\"245\" height=\"250\" class=\"alignleft size-full wp-image-6907\" \/><\/p>\n<p>Nuvola Player, cloud music integration for Linux desktop, has reached the 4.5 release a few days ago. Here&#8217;s how to install it in Ubuntu 16.04 and higher using the flatpak packages.<\/p>\n<p>Nuvola Player 4 was forked from the release 3 with many new features &#038; enhancements. The latest Nuvola 4.5 was released on June 24th, 2017. See <a href=\"https:\/\/tiliado.github.io\/nuvolaplayer\/documentation\/4\/notes.html\" target=\"_blank\">more details<\/a>.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/NuvolaApps4.jpg\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/NuvolaApps4-450x253.jpg\" alt=\"\" width=\"450\" height=\"253\" class=\"aligncenter size-medium wp-image-6909\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/NuvolaApps4-450x253.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/NuvolaApps4-768x432.jpg 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/NuvolaApps4-600x338.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/NuvolaApps4.jpg 1280w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><\/a><\/p>\n<p><b>1. Install Flatpak and Desktop Portal service<\/b><\/p>\n<p>For Ubuntu 17.04 and higher, adding the PPA is not required (skip step 1) since Flatpak is available in Ubuntu universe repository.<\/p>\n<ol>\n<li>Open terminal via Ctrl+Alt+T or by searching &#8220;Terminal&#8221; form app launcher. When it opens, run command to add flatpak PPA:\n<pre style=\"border:None;\">sudo add-apt-repository ppa:alexlarsson\/flatpak<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/flatpak-repo-600x94.jpg\" alt=\"\" width=\"600\" height=\"94\" class=\"aligncenter size-large wp-image-6910\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/flatpak-repo-600x94.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/flatpak-repo-450x70.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/06\/flatpak-repo.jpg 743w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/li>\n<li>Then update and install flatpak via commands:\n<pre style=\"border:none;\">sudo apt-get update\r\n\r\nsudo apt-get install flatpak xdg-desktop-portal-gtk<\/pre>\n<\/li>\n<li>Restart your computer is required.<\/li>\n<\/ol>\n<p><b>2. Remove old Nuvola installation if any via commands:<\/b><\/p>\n<pre style=\"border:none;\">sudo apt-get remove nuvolaplayer*\r\nrm -rf ~\/.cache\/nuvolaplayer3\r\nrm -rf ~\/.local\/share\/nuvolaplayer3\r\nrm -rf ~\/.config\/nuvolaplayer3\r\nrm -f ~\/.local\/share\/applications\/nuvolaplayer3*<\/pre>\n<p><b>3. Install Nuvola Apps run time via command:<\/b><\/p>\n<pre style=\"border:none;\">flatpak install --from https:\/\/nuvola.tiliado.eu\/eu.tiliado.Nuvola.flatpakref<\/pre>\n<p>Answer <code>y<\/code> when you&#8217;re asked and hit Enter.<\/p>\n<p><b>4. Finally install each web player via command:<\/b><\/p>\n<pre style=\"border:none;\">flatpak install --from https:\/\/nuvola.tiliado.eu\/eu.tiliado.<span style=\"color:red;\">NuvolaAppSpotify<\/span>.flatpakref<\/pre>\n<p>replace <code>NuvolaAppSpotify<\/code> in the code via following ones for other services:<\/p>\n<ul>\n<li>NuvolaApp8tracks<\/li>\n<li>NuvolaAppAmazonCloudPlayer<\/li>\n<li>NuvolaAppBandcamp<\/li>\n<li>NuvolaAppDeezer<\/li>\n<li>NuvolaAppGoogleCalendar<\/li>\n<li>NuvolaAppGooglePlayMusic<\/li>\n<li>NuvolaAppGroove<\/li>\n<li>NuvolaAppJango<\/li>\n<li>NuvolaAppKexp<\/li>\n<li>NuvolaAppLogitechMediaServer<\/li>\n<li>NuvolaAppMixcloud<\/li>\n<li>NuvolaAppOwncloudMusic<\/li>\n<li>NuvolaAppPlex<\/li>\n<li>NuvolaAppSiriusxm<\/li>\n<li>NuvolaAppSoundcloud<\/li>\n<li>NuvolaAppTunein<\/li>\n<li>NuvolaAppYandexMusic<\/li>\n<li>NuvolaAppYoutube<\/li>\n<\/ul>\n<p>After installed an app, log out and back in so you&#8217;re able to launch Nuvola app from Unity Dash, Gnome launcher or other app launcher.<\/p>\n<p><b>Uninstall:<\/b><\/p>\n<p>To uninstall the flatpak packages, simply run commands (use <code>flatpak list<\/code> to get a list of installed flatpak apps):<\/p>\n<pre style=\"border:none;\">flatpak uninstall eu.tiliado.Nuvola<\/pre>\n<p>To remove flatpak, run command:<\/p>\n<pre style=\"border:none;\">sudo apt remove --autoremove flatpak<\/pre>\n<p>And the PPA can be removed via Software &#038; Updates utility under Other Software tab.<\/p>","protected":false},"excerpt":{"rendered":"<p>Nuvola Player, cloud music integration for Linux desktop, has reached the 4.5 release a few days ago. Here&#8217;s how to install it in Ubuntu 16.04 and higher using the flatpak packages. Nuvola Player 4 was forked from the release 3 with many new features &#038; enhancements. The latest Nuvola 4.5 was released on June 24th, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[],"class_list":["post-6905","post","type-post","status-publish","format-standard","hentry","category-howtos"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/6905","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/comments?post=6905"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/6905\/revisions"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=6905"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=6905"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=6905"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}