How to Install spatialite-gui in Ubuntu 18.04



Install spatialite-gui by entering the following commands in the terminal:

sudo apt update
sudo apt install spatialite-gui

Description:

user-friendly graphical user interface for SpatiaLite

spatialite-gui is a Graphical User Interface (GUI) for SpatiaLite. . SpatiaLite is a SQLite extension that enables support of spatial (geometry) data in a way conformant to OpenGis specifications, with both WKT and WKB formats. . Spatialite also includes Virtualshape and Virtualtext to enable accessing shapefiles and csv/text files as virtual tables.

Homepage: https://www.gaia-gis.it/fossil/spatialite_gui/

Version: 2.0.0~devel2-8

Section: universe/utils