Exaile is a free and open source music player and music management application for Linux, Windows and macOS. It comes with streaming radio player, playlists and music track tagging, lyrics and automatic album art support, you can also extend its features using plugins. It is written in Python and released under GNU General Public License v2.0. Some other features are podcasts and secondary output device support.
Download Exaile Music Player [Windows]
How to Install Exaile on Ubuntu Linux
Exaile Music Player is available as a flatpak and from Ubuntu PPA. First you need to install the flatpak and flathub on your system and restart it after the installation.
How to install flatpak and flathub
In the terminal software (ctrl+alt+t) run below Exaile music player flatpak installation command.
flatpak install flathub org.exaile.Exaile
And start Exaile Music Player using below command.
flatpak run org.exaile.Exaile
And you can uninstall Exaile using below command.
sudo flatpak uninstall org.exaile.Exaile
Install Exaile Music Player via PPA:
You can also install Exaile via PPA. In the terminal run below commands one by one.
sudo add-apt-repository ppa:exaile-devel/ppa
sudo apt update
sudo apt install exaile
That’s it.