Fooyin is a free and open source customizable music player for Linux. It comes with many deep customizable layout options and also easy selectable pre-defined layouts. Some other features are gapless playback, build-in tag editor, waveform seekbar, powerful filter, playlist support and MPRIS support. And you can also extend its features through plugins.
Install Fooyin on Ubuntu
Download the latest Fooyin Music player in .deb package file format from the above download link based on your Ubuntu version. Save it on your Downloads folder. Now open the terminal application and run below Fooyin Music Player install command.
sudo apt install ./Downloads/fooyin*.deb
[OR]
sudo apt install ./Downloads/fooyin_0.4.3-noble_amd64.deb
Note: Here “fooyin_0.4.3-noble_amd64.deb” is the downloaded file name. You can change above command based on your file name.
After the successful installation , open it using below command or you can also start it via the Show Apps Ubuntu application menu.
fooyin
Install Fooyin via Flatpak:
You can also install Fooyin audio player via below flatpak install command.
flatpak install flathub org.fooyin.fooyin
And open Fooyin using below command.
flatpak run org.fooyin.fooyin
If you don’t have then install flatpak and flathub on your system using below link first and restart your system after the installation.