Inkscape: Difference between revisions
Appearance
m Kangtain moved page Software/Inkscape to Inkscape over redirect |
No edit summary |
||
| Line 16: | Line 16: | ||
</syntaxhighlight><syntaxhighlight lang="shell"> | </syntaxhighlight><syntaxhighlight lang="shell"> | ||
sudo apt-get install inkscape | sudo apt-get install inkscape | ||
</syntaxhighlight> | |||
== Install Inkscape on Arch Linux == | |||
On Arch Linux-based distributions, you can install Inkscape using Pacman by typing: | |||
<syntaxhighlight lang="bash"> | |||
sudo pacman -S inkscape | |||
</syntaxhighlight> | |||
You can also install the development version with the latest updates from the Arch User Repository (AUR) using yay: | |||
<syntaxhighlight lang="bash"> | |||
yay -S inkscape-git | |||
</syntaxhighlight> | |||
== 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: | |||
<syntaxhighlight lang="bash"> | |||
sudo dnf install inkscape | |||
</syntaxhighlight> | </syntaxhighlight> | ||
| Line 27: | Line 47: | ||
*[https://idroot.us/install-inkscape-debian-10/ idroot.us] | *[https://idroot.us/install-inkscape-debian-10/ idroot.us] | ||
*[https://wiki.inkscape.org/wiki/Installing_Inkscape inkscape.org] | *[https://wiki.inkscape.org/wiki/Installing_Inkscape inkscape.org] | ||
*[https://www.makeuseof.com/how-to-install-inkscape-on-linux/ makeuseof.com] | |||
[[Category:Software]] | [[Category:Software]] | ||
[[Category:Linux]] | [[Category:Linux]] | ||
Revision as of 19:37, 14 November 2023

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