Glaxnimate is a free and open source vector graphics animation software application for Linux, Windows and MacOS. It supports Lottie, GIF, WebP, SVG, TGS and PNG file formats. It comes with layer support, keyboard shortcuts, light and dark user interface themes, plugin support to extend its features, clipboard support, pre compositions support and more. It is released under GPLv3 or later license.
How to Install Glaxnimate on Ubuntu Linux
You can install Glaxnimate via native deb, flatpak and portable AppImage. Download Glaxnimate in .deb file format from the above download link and save in your Downloads folder. Here “glaxnimate.deb” is the downloaded file name. and Downloads path.
Open the terminal application and run below command to install the latest version of Glaxnimate vector graphics application.
sudo apt install ./Downloads/glaxnimate.deb
glaxnimate
Install Glaxnimate via Flatpak:
First install flatpak and flathub on your system and restart it after the installation. In the terminal application run below command to install the latest version of Glaxnimate app.
flatpak install flathub org.mattbas.Glaxnimate
You can open Glaxnimate using this command.
flatpak run org.mattbas.Glaxnimate
And uninstall Glaxnimate using this command.
sudo flatpak uninstall org.mattbas.Glaxnimate
Install Glaxnimate via AppImage:
Download Glaxnimate in .AppImage file format from the download link and save in your Downloads folder. In the terminal application run below command one by one.
cd Downloads
sudo chmod +x ~ glaxnimate-x86_64.AppImage
./glaxnimate-x86_64.AppImage
That’s it.