This simple tutorial will show you how to install Google Play Music Manager on Ubuntu 13.10, 13.04, 12.04 from Google official repository.
UPDATE: Google Music Manager is NO longer available due to favor of YouTube Music!!!
Press Ctrl+Alt+T to open terminal and get started with below steps:
- Copy and paste this command and hit run to add the Google repository:
sudo sh -c 'echo "deb http://dl.google.com/linux/musicmanager/deb/ stable main" >> /etc/apt/sources.list.d/google-musicmanager.list' 
- Download and install the key:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - 
- Update:
sudo apt-get update 
- Finally install Google Music Manager, so far it’s still in beta:
sudo apt-get install google-musicmanager-beta 
Enjoy!















