LVNAuth is a free and open source visual novel creator and player application for Linux. It comes with build-in editor, visual novel management, command system support, add multiple scenes within a chapter, Wizard window to guide, create without programming experience, Ability to apply character and object animations, backgrounds and characters suuport, export in .lvna file format and many more.
How to Install LVNAuth on Ubuntu
LVNAuth is available as a flatpak package file from the remote flathub. If you don’t have then install flatpak and flathub on your system first and restart it after the installation.
Install flatpak and flathub on Ubuntu
Open the terminal (ctrl+alt+t) app and run below LVNAuth flatpak install command. It will install the latest version of LVNAuth on your system.
flatpak install flathub org.lvnauth.LVNAuth
And open LVNAuth using below command.
flatpak run org.lvnauth.LVNAuth
You can also uninstall LVNAuth using below commands.
flatpak uninstall org.lvnauth.LVNAuth
[OR]
sudo flatpak uninstall org.lvnauth.LVNAuth