Inkscape: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Obi (Diskussion | Beiträge) (Die Seite wurde neu angelegt: «'''Inkscape''' ist ein Vektor-orientiertes Zeichnungsprogramm. == Installation == Der Download ist von der Seite <ext>https://inkscape.org/de/ :: https://inksc…») |
Obi (Diskussion | Beiträge) |
||
| Zeile 9: | Zeile 9: | ||
sudo add-apt-repository ppa:inkscape.dev/stable | sudo add-apt-repository ppa:inkscape.dev/stable | ||
| − | |||
sudo apt-get update | sudo apt-get update | ||
| − | |||
sudo apt-get install inkscape | sudo apt-get install inkscape | ||
Version vom 3. Juni 2015, 18:46 Uhr
Inkscape ist ein Vektor-orientiertes Zeichnungsprogramm.
Installation
Der Download ist von der Seite https://inkscape.org/de/ möglich.
Linux Version
In den meisten Linux Installationen wird aktuell (Stand Juni 2015) noch die Version 0.48 von Inkscape ausgeliefert.
Mit der folgenden Befehlsfolge kann auf die Version 0.91 geupdatet werden:
sudo add-apt-repository ppa:inkscape.dev/stable sudo apt-get update sudo apt-get install inkscape