Svgvi is a free and open-source SVG file viewer and editor, offering a seamless experience for both viewing and editing. It provides a dynamic feature that previews changes made to the XML definition in real-time, enhancing the user’s ability to interact with and customize SVG files effortlessly. It is released under GNU General Public License v3.0 or later.
How to Install Svgvi on Ubuntu
To install Svgvi on your system, open the terminal application (ctrl+alt+t) and run below Svgvi flatpak install command.
flatpak install flathub mx.pwmc.Svgvi
And open it using below command.
flatpak run mx.pwmc.Svgvi
If it is not installed, please use the commands below to install Flatpak and Flathub. Restart your system after completing the installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And uninstall it using below commands.
flatpak uninstall mx.pwmc.Svgvi
[OR]
sudo flatpak uninstall mx.pwmc.Svgvi