Hello Linux Geeksters. As you may know, Google Music Manager is an app usable only for desktops and laptops, with no mobile device support, allowing the users to upload music to Google Play, one by one or automatically, via a sync, view the upload progress and download the uploated music on different devices. The latest version available is Google Music Manager Beta 1.0.84.
In this article I will show you how to install Google Music Manager Beta 1.0.84 on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Pear OS 8, Pear OS 7 and Elementary OS 0.2 Luna.
Because it is available via the Google Repository, installing Google Music Manager 1.0.84 Beta on Ubuntu, Linux Mint, Pear OS and Elementary OS is easy. All you have to do is add both the repository and the key to your system, update the local repository index and install the google-musicmanager-beta package. Like this:
$ sudo sh -c 'echo "deb http://dl.google.com/linux/musicmanager/deb/ stable main" >> /etc/apt/sources.list.d/google-musicmanager.list'
$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install google-musicmanager-beta
Leave a Reply