I am new to Ubuntu. Can anyone tell me how to install Adobe Illustrator?
Asked
Active
Viewed 2,156 times
0
-
Related: Illustrator alternative – Melebius Feb 26 '19 at 12:58
-
2Welcome to AskUbuntu. You might be able to run it under wine depending on the version of illustrator you want to run. If not you can always dual-boot windows or run windows under a VM – Elder Geek Feb 26 '19 at 14:14
-
What version are you wanting to install? – Elder Geek Feb 26 '19 at 14:16
2 Answers
2
Illustrator won't run in Linux.
However, Inkscape will.
Inkscape is a vector graphic editor that is quite similar to Illustrator. It can open and edit .ai files from Illustrator. Inkscape saves files as .svg which Illustrator can open, but the layer visibility can be a little wonky sometimes on the Illustrator side. All of the objects will be present in Illustrator so it's manageable.

Eric Mintz
- 2,516
- 12
- 24
0
Adobe Illustrator does not support Ubuntu, but you can instead use Inkscape, a free alternative to Adobe Illustrator.
Use the following command in a terminal to install.
sudo apt install inkscape
If you prefer GUI, you can also search in the software center for inkscape and install it.

Archisman Panigrahi
- 28,338
- 18
- 105
- 212