Clementine is a free cross-platform music player for Linux, Windows and Mac OS. It is written in Qt and it is inspired by Amarok 1.4. It comes with the great library management support. Using this music player you can listen internet radios and search and play songs from Box, Dropbox, Google Drive, and OneDrive.
Install Clementine music player on ubuntu:
If you want to install the latest version of Clementine on Ubuntu, use the official PPA. Open your terminal app by searching terminal in ubuntu dash and run the below command
sudo add-apt-repository ppa:me-davidsansome/clementine
Then type your ubuntu password. And hit enter key confirm the installation.
Then type the below command and hit enter.
sudo apt-get update
Then run the below command to install Clementine on ubuntu.
sudo apt-get install clementine
Type Y and hit enter to confirm the installation. After the successful installation of Clementine Music Player restart your pc. Type the below command in terminal app to start Clementine Music Player.
clementine
[OR]
You can also open it from Ubuntu Dash home from unity launcher. Just type clementine in the search field. Then click clementine to open it.
Use the below commands to install the clementine development builds
sudo add-apt-repository ppa:me-davidsansome/clementine-dev sudo apt-get update sudo apt-get install clementine