Daikhan is a free and open source media player for Linux. It comes with simple media player features like play, pause, seek, change volume, full screen window, drag and drop video file and many more. It is written in Vala and released under GNU Affero General Public License v3.0. It is still in early stage of development.
How to Install Daikhan on Ubuntu
To install Daikhan, you need flatpak and flathub. If you don’t have then install then using below commands in terminal (ctrl+alt+t) 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 in the terminal app, run below Daikhan media player flatpak install command. It will install the latest version of Daikhan on your system.
flatpak install flathub io.gitlab.daikhan.stable
And open it using below command.
flatpak run io.gitlab.daikhan.stable
And you can also uninstall Daikhan app using below commands.
flatpak uninstall io.gitlab.daikhan.stable
[OR]
sudo flatpak uninstall io.gitlab.daikhan.stable