Tambourine is a free and open source music player for Linux, Windows and MacOS. Using Tambourine, you can play your local system songs. It is a offline music player with read mode access. It comes with basic music playing controls and without any cache or database. It is still in early stage of development. It is written in Kotlin and released under GNU General Public License v3.0.
How to Install Tambourine Music Player on Ubuntu
Tambourine is available as a flatpak package file from the remote flathub. You can install it using below flatpak install command.
flatpak install flathub io.github.mmarco94.tambourine
Note: You need flatpak and flathub on your system before installing Tambourine music player. You can install it using below commands and restart your system after the installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Now open the Tambourine player using below command or via the Show Apps menu from the Ubuntu dock.
flatpak run io.github.mmarco94.tambourine
And you can also uninstall it using below commands.
flatpak uninstall io.github.mmarco94.tambourine
[OR]
sudo flatpak uninstall io.github.mmarco94.tambourine