Tuesday, August 22, 2017

Ubuntu Install Inkscape

Ubuntu Install Inkscape


Inkscape is a fabulous free (as in beer) tool on Ubuntu for creating/editing SVG images. SVG images are images that scale to any resolution without causing "pixelation" becuse they are dyanmically drawn using maths. This also means that they require very little bandwidth, which makes them perfect for websites.

Installation

sudo add-apt-repository ppa:inkscape.dev/stable -y
sudo apt-get update && sudo apt-get install inkscape

References


download file now