Skip to content

IverCoder/Illustrator-2021-Linux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

SPDX-FileCopyrightText: 2022 MiMillieuh https://github.com/MiMillieuh, 2024 IverCoder https://github.com/IverCoder

SPDX-License-Identifier: BSD-3-Clause

Adobe Illustrator 2021 installer

A script that installs Illustrator 2021 (v25) on Linux via Wine. Originally developed by @MiMillieuh here, modified with working links.

Requirements

Make sure the following packages are installed:

  • Application Menu GTK+ Module (appmenu-gtk3-module on Ubuntu; unity-gtk3-module on Fedora; appmenu-gtk-module on Arch)
  • Curl (curl on Ubuntu, Fedora, and Arch)
  • Tar (tar on Ubuntu, Fedora, and Arch)
  • Wget (wget on Ubuntu, Fedora, and Arch)
  • Zenity (zenity on Ubuntu, Fedora, and Arch)

You can install them through these commands:

  • Ubuntu: sudo apt update && sudo apt install appmenu-gtk3-module curl tar wget zenity
  • Fedora: sudo dnf install unity-gtk3-module curl tar wget zenity
  • Arch: sudo pacman -S appmenu-gtk-module curl tar wget zenity

Usage

Download the installer script from the latest release, and run it via the terminal.

By default, Illustrator will be installed on ~/.WineApps. If you want to change this, simply add your desired path as an argument. For example, install-illustrator-2021.sh ~/.local/share/Adobe/Illustrator2021/.

Acknowledgements

Special thanks to:

About

Scripted Adobe Illustrator 2021 installer for Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%