Clementine is a free open source cross-platform music player and music library management application 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, playlist creation, audio CD playback, lyrics, edit audio file tags, get tags from MusicBrainz, Queue manager and more. Using this music player you can listen internet radios and search and play songs from Box, Dropbox, Google Drive, and OneDrive, Spotify, Grooveshark, SomaFM, Magnatune, Jamendo.
Install Clementine music player on Ubuntu
You can install Clementine music player from the default Ubuntu repositories. Open the terminal app (ctrl+alt+t) and run below commands to install Clementine on your Ubuntu Linux system
sudo apt-get install clementine
After the successful installation of Clementine Music Player , you can open it from the show applications menu in Ubuntu dock.
Install Clementine via Snap:
You can also install Clementine via snap store. In the terminal app run below command.
sudo snap install clementine
Install Clementine via Flatpak:
First install flatpak and flathub on your system and restart it after the installation.
Now in the terminal run below Clementine flatpak install command.
flatpak install flathub org.clementine_player.Clementine
After the installation of Clementine, you can open it using below command.
flatpak run org.clementine_player.Clementine
And uninstall Clementine using below command.
sudo flatpak uninstall org.clementine_player.Clementine
That’s it.