Install inkscape for ubuntu Linux
What is Inkscape?
Inkscape is an open-source and cross-platform vector graphics editor which you will find very much similar to Corel Draw and Adobe Illustrator. Using it you can create and edit vector graphics such as charts, logos, diagrams, illustrations, etc.
Installing on Linux
Probably the easiest way to install on Debian/Ubuntu is to use the apt command.
Open a terminal and type the following command Below;
sudo apt-get update (enter)
sudo apt-get install inkscape (enter)
If your Ubuntu version does not have the most current Inkscape version in its repositories (yet), you can use the stable ppa to get the latest stable Inkscape release.
Ubuntu Linux New Stable Versions
The most recent stable version (slightly newer than what is available directly from Ubuntu) is available from our stable PPA for Ubuntu and derivative Linux distributions
sudo add-apt-repository universe
sudo add-apt-repository ppa:inkscape.dev/stable
sudo apt-get update
sudo apt install inkscape
Post a Comment