Inkscape: Difference between revisions

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]]