Jump to content

Inkscape: Difference between revisions

From Wiki
No edit summary
Line 10: Line 10:


===Debian===
===Debian===
  sudo apt update
  sudo apt-get update


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


== Uninstall ==
== Uninstall ==

Revision as of 04:13, 1 January 2022

basic
basic

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

Uninstall

sudo apt remove --autoremove inkscape

Referensi