• 0

How to install inkscape on ubuntu using the command line

Inkscape is a pretty cool open source vector design tool to have in your arsenal. Here's a quick way to install it on ubuntu using the command like and the inkscape ppa.

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