Harmonoid is a free and open source music player for Windows, Android and Linux. using this you can play local audio files and Youtube music. It comes with Lyrics retriever, Playlists support, light and dart theme support and Discord integration. It comes with build-in metadata engine to index your music files into albums & artists based on embedded tags. It is written in Dart and released under GNU General Public License v3.0.
Install Harmonoid on Ubuntu Linux
Harmonoid is available via portable AppImage, flatpak and native deb package file. Download the Harmonoid in .AppImage file format from the above download link and save it on your Downloads folder. Open the command line terminal application (ctrl+alt+t) and run below commands one by one.
Navigate the Downloads folder by
cd Downloads
Make the downloaded Harmonoid AppImage file as executable.
sudo chmod +x ~ harmonoid-linux-x86_64.AppImage
Here “harmonoid-linux-x86_64.AppImage” is the downloaded file name.
And run the app by using
./harmonoid-linux-x86_64.AppImage
That’s it. Now go to the settings and add your music folder path.
Install Harmonoid via DEB:
Download Harmonoid in a .deb package file from the top Harmonoid Download link and save it on your Downloads folder. In the terminal run below command.
sudo apt install ./Downloads/harmonoid-linux-x86_64.deb
Here “harmonoid-linux-x86_64.deb” downloads file name.
Install Harmonoid via Flatpak:
Follow below flatpak and flathub installation tutorial link if you don’t have it on your system. After flatpak installation restart your system.
How to install flatpak and flathub
Then in terminal run below command to install Harmonoid.
flatpak install flathub io.github.harmonoid.harmonoid
You can open Harmonoid via
flatpak run io.github.harmonoid.harmonoid
and uninstall it via
sudo flatpak uninstall io.github.harmonoid.harmonoid
That’s all.