Lyrics is a free and open source music Lyrics application for Linux. Using Lyrics, you can view the lyrics for songs you are listening. It searches the song through MPRIS protocol, and downloads the lyric file on your system and display it in the app. It is written in Vala and released under GNU General Public License v3.0.
How to Install Lyrics on Ubuntu Linux
Lyrics is available as a flatpak package from flathub remote repository. If you don’t have then install flatpak and flathub on your system using below link. And restart your system after the installation.
Now open the terminal (ctrl+alt+t) and run below Lyrics flatpak installation command. It will install the latest version of Lyrics on your system.
flatpak install flathub com.github.naaando.lyrics
After the installation you can open it using this command.
flatpak run com.github.naaando.lyrics
And uninstall Lyrics using
sudo flatpak uninstall com.github.naaando.lyrics
That’s it.