Raspberry Pi

How to install Inkscape on Raspberry Pi

Inkscape is a free and open-source vector graphics editor used for creating vector images in scalable vector graphic format (.svg). Its features are similar to Adobe Illustrator, Corel Draw and other vector graphic editing tools; however, it is more robust in functionality than other tools. Thus, it can smoothly run on a low-powered device like Raspberry Pi.

This article provides you with the easiest methods to install Inkscape on your Raspberry Pi device so you can easily draw vector graphics on your device.

Install Inkscape on Raspberry Pi

There are two methods to install Inkscape on Raspberry Pi; either you can install the application directly from the Raspberry Pi repository or utilize the Snap Store service for its installation. The details of both these methods are discussed as under:

1: Install Inkscape on Raspberry Pi through Default Repository

The installation of Inkscape on Raspberry Pi is pretty simple, thanks to its inclusion in the official Raspberry Pi repository list. You can install this application on your Raspberry Pi device through the below simple command:

$ sudo apt install inkscape -y

After the installation, run the command “inkscape” in the terminal to open the application on your Raspberry Pi desktop.

You can also find this application on your main Raspberry Pi menu in the “Graphics” option.

Removing Inkscape from Raspberry Pi

If you have installed Inkscape from the above method and you don’t want to use the application anymore, you can remove it completely from your device using the following command:

$ sudo apt remove --purge inkscape -y

2: Install Inkscape on Raspberry Pi through Snap Store

You can also install Inkscape on Raspberry Pi through snap store as well and for this purpose, you will need to follow the below-mentioned steps:

Step 1: First, you will require to install snap on your Raspberry Pi using the below-mentioned command:

$ sudo apt install snapd -y

Step 2: Next, install Core snap on your Raspberry Pi through the following command in order to install the latest version of Inkscape.

$ sudo snap install core

Step 3: After completing the above steps, you can install Inkscape on your Raspberry Pi device through snap store using the following command:

$ sudo snap install inkscape

Removing Inkscape from Snap Store

To remove Inkscape installed from Snap store method, you will need to execute the following command:

$ sudo snap remove inkscape

Conclusion

Inkscape is a vector graphic image editing tool used mainly by web designers and illustrators for creating web icons and logo designs. It enables the users to create vector imagery with a speedy performance compared to other illustrator tools. The installation of Inkscape on Raspberry Pi is quite easy and you can do it either from the official Raspberry Pi repository or the snap store. The detailed installation process is already mentioned above and it’s up to your choice which method you want to pick.

About the author

Awais Khan

I'm an Engineer and an academic researcher by profession. My interest for Raspberry Pi, embedded systems and blogging has brought me here to share my knowledge with others.