{"id":3420,"date":"2014-06-11T13:45:41","date_gmt":"2014-06-11T13:45:41","guid":{"rendered":"http:\/\/ubuntuhandbook.org\/?p=3420"},"modified":"2015-01-23T14:05:50","modified_gmt":"2015-01-23T14:05:50","slug":"install-hiphop-listen-free-music-ubuntu-14-04","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2014\/06\/install-hiphop-listen-free-music-ubuntu-14-04\/","title":{"rendered":"Install HipHop to Listen to Free Music in Ubuntu 14.04"},"content":{"rendered":"<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/06\/hiphop-icon.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/06\/hiphop-icon.png\" alt=\"hiphop free music for Ubuntu\" width=\"250\" height=\"250\" class=\"aligncenter size-full wp-image-3424\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/06\/hiphop-icon.png 250w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/06\/hiphop-icon-150x150.png 150w\" sizes=\"auto, (max-width: 250px) 100vw, 250px\" \/><\/a><\/p>\n<p><b>You know HipHop? It is an application lets you listen instantly to more than 45 million songs. No ads and totally free!<\/b><\/p>\n<p>HipHop works on Windows, Mac and Linux (<b>64-bit only<\/b>). This simple tutorial will show you how to install it in Ubuntu 14.04 LTS <b>64-bit<\/b>. Should also works on other Ubuntu releases.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/06\/HipHop-in-Ubuntu1404.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/06\/HipHop-in-Ubuntu1404.png\" alt=\"Listen to free music in Ubuntu 14.04 via HipHop\" width=\"600\" height=\"386\" class=\"aligncenter size-full wp-image-3425\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/06\/HipHop-in-Ubuntu1404.png 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/06\/HipHop-in-Ubuntu1404-300x193.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>\n<p>There will be a few Linux commands in the below steps. Don&#8217;t be scared, just copy and paste them one by one in a terminal window (open terminal via <b>Ctrl+Alt+T<\/b>) and hit Enter to run. <\/p>\n<p><b>1.<\/b> Install required library via command:<\/p>\n<pre style=\"border:none;\">sudo apt-get install libudev1 nodejs<\/pre>\n<p>Type in your user password when it asks. Just type in mind and hit enter because terminal displays nothing when you typing a password. <\/p>\n<p><b>2.<\/b> Create a symbolic link so that the app will find the library:<\/p>\n<pre style=\"border:none;\">sudo ln -s \/lib\/x86_64-linux-gnu\/libudev.so.1 \/usr\/lib\/libudev.so.0<\/pre>\n<p><b>3.<\/b> Download HipHop from:<\/p>\n<p style=\"text-align:center;\"><a href=\"https:\/\/github.com\/hiphopapp\/hiphop\" target=\"_blank\">HipHop on Github<\/a><\/p>\n<p>So far the package is <b>HipHop-0.4.6.tgz<\/b><\/p>\n<p><b>4.<\/b> In terminal, run command to decompress the package to <b>\/opt\/<\/b> directory for global use.<\/p>\n<pre style=\"border:none;\">cd \/opt\/ && sudo tar -xvzf ~\/Downloads\/HipHop-*.tgz<\/pre>\n<p>After this command, run <code>ls<\/code> and you should see <b>HipHop<\/b> folder in the list.<\/p>\n<p><b>5.<\/b> Make the app executable:<\/p>\n<pre style=\"border:none;\">cd \/opt\/HipHop\/ && sudo chmod +x HipHop<\/pre>\n<p><b>6.<\/b> You can now launch the app via:<\/p>\n<pre style=\"border:none;\">\/opt\/HipHop\/HipHop<\/pre>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/06\/install-hiphop-ubuntu.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/06\/install-hiphop-ubuntu.png\" alt=\"install-hiphop-ubuntu\" width=\"600\" height=\"265\" class=\"aligncenter size-full wp-image-3426\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/06\/install-hiphop-ubuntu.png 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/06\/install-hiphop-ubuntu-300x132.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>\n<p><b>If everything is OK, let&#8217;s go create a launcher for HipHop so that you can start it from Unity Dash or Launcher.<\/b><\/p>\n<p><b>1.<\/b> First download an icon for the app. Below command will download the logo at the top of this post.<\/p>\n<pre style=\"border:none;\">cd ~\/Downloads\/ && wget https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/06\/hiphop-icon.png<\/pre>\n<p><b>2.<\/b> Move the icon into the system&#8217;s icons folder (\/usr\/share\/icons):<\/p>\n<pre style=\"border:none;\">sudo mv ~\/Downloads\/hiphop-icon.png \/usr\/share\/icons\/hiphop.png<\/pre>\n<p><b>3.<\/b> Ubuntu handles app launchers via <b>.desktop<\/b> files under <b>\/usr\/share\/applications\/<\/b>. We have to create one manually via:<\/p>\n<pre style=\"border:none;\">sudo gedit \/usr\/share\/applications\/hiphop.desktop<\/pre>\n<p>When the file opens, copy and paste below into it.<\/p>\n<pre style=\"background:none;\">[Desktop Entry]\nType=Application\nName=hiphop\nExec=\/opt\/HipHop\/HipHop\nHidden=false\nNoDisplay=false\nX-GNOME-Autostart-enabled=false\nComment=\nIcon=hiphop\nStartupNotify=true\nTerminal=false\nCategories=GNOME;GTK;RasterGraphics;Viewer;Utility;Network;<\/pre>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/06\/hiphop-desktop-file.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/06\/hiphop-desktop-file.png\" alt=\"hiphop-desktop-file\" width=\"600\" height=\"349\" class=\"aligncenter size-full wp-image-3427\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/06\/hiphop-desktop-file.png 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2014\/06\/hiphop-desktop-file-300x174.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>\n<p>Save the file and now you can search and open HipHop from Unity Dash.<\/p>\n<p>Enjoy!<\/p>","protected":false},"excerpt":{"rendered":"<p>You know HipHop? It is an application lets you listen instantly to more than 45 million songs. No ads and totally free! HipHop works on Windows, Mac and Linux (64-bit only). This simple tutorial will show you how to install it in Ubuntu 14.04 LTS 64-bit. Should also works on other Ubuntu releases. There will [&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":[1095,855],"class_list":["post-3420","post","type-post","status-publish","format-standard","hentry","category-howtos","tag-listen-to-free-music","tag-ubuntu-14-04"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/3420","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=3420"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/3420\/revisions"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=3420"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=3420"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=3420"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}