Inkscape
Inkscape adalah Software untuk membuat vektor, edit vektor dan edit foto. ini cukup membantu bagi para desainer, ilustrator, atau hanya seseorang yang ingin membuat beberapa vektor.

Installasi
Ubuntu
sudo add-apt-repository ppa:inkscape.dev/stable
sudo apt update
sudo apt install inkscape
Debian
sudo apt-get update
sudo apt-get install inkscape
Install Inkscape on Arch Linux
On Arch Linux-based distributions, you can install Inkscape using Pacman by typing:
sudo pacman -S inkscape
You can also install the development version with the latest updates from the Arch User Repository (AUR) using yay:
yay -S inkscape-git
Get Inkscape on Fedora and RHEL
Installing Inkscape on Fedora and other RHEL-based Linux distros is a piece of cake. All you need to do is run:
sudo dnf install inkscape
Uninstall
sudo apt remove --autoremove inkscape