This bash script helps you to install Adobe Illustrator CC
on your Linux distro easily. It will download a free version of Illustrator and tries to run it using wine
installed on your system
intel
, Nvidia
)1- use a 64bit edition of your distro
2-make sure the following packages are already installed on your Linux distro
wine
md5sum
if they are not already installed you can install them using your package manager for example in arch Linux
sudo pacman -S wine
3- make sure you have enough storage in your /home
partition about 2 GiB
400 MiB will be free after installation
also you can install illustrator in diffrent directory
4- make sure you have an internet connection and about 400 Mib
traffic to download illustrator
the installer scripts use a virtual drive of wine and makes a new winprefix
for illustrator
first of all, you need to clone the repository with this command:
git clone https://github.com/Gictorbit/illustratorCClinux.git
cd illustratorCClinux
chmod +x setup.sh
./setup.sh
then you can easily run setup.sh
script to install illustrator cc on your Linux distro
you can use -d
to specify the installation path, and -c
for the cache directory.for example:
cd scripts
chmod +x illustratorSetup.sh
./illustratorSetup.sh -d /mnt/storage/illustratorSetup.sh
or with c flag
./illustratorSetup.sh -d /mnt/myfiles/illustrator -c /mnt/cache
when no options are given, the installer script will use the default path,the uninstaller script and others will detect your custom path so there is no problem,I recommend using the -d
option and having the default cache directoy
if you need to configure the wineprefix of illustrator you can use winecfg.sh
script just run the command below
chmod +x winecfg.sh
./winecfg.sh
to uninstall illustrator you can use the uninstaller script with commands below
chmod +x uninstaller.sh
./uninstaller.sh
问题内容: 在Windows中,必须指向JDK安装文件夹(以便包含所有可执行文件和所有默认库)。 如果我下载了Sun的JDK捆绑软件并将其安装在Linux中,则过程相同。 但是,我需要使用Kubuntu的默认OpenJDK软件包。问题是所有可执行文件都放在中。但是罐子放在里面。由于它们不在同一个文件夹中,因此我在Grails上遇到了麻烦,也许其他期望使用标准Java结构的应用程序也会遇到麻烦。 如
问题内容: 我正在尝试在Linux上的Tomcat中运行的Java Web应用程序中设置kerberos身份验证。我正在使用spring security kerberos扩展。我正在使用: jdk 1.7u75 spring-security-kerberos 1.0.0.RELEASE MS Active Directory 在我的本地开发计算机(Windows)上,一切运行正常。但是将应用程
问题内容: 我试图使用带有以下代码的javax.smartcardio API加载智能卡终端: …并且我总是得到以下异常: 在Windows Vista / 7上,一切正常,但在Linux上无法正常运行。我正在使用Ubuntu 12.04 64位。 我使用以下命令安装了pcscd服务: 然后pcsc_scan命令输出: 因此,一切看起来都很好,但是smartcardio却无法正常工作。我正在尝试使
问题内容: 在Linux中,当我在java.lang.Process对象上运行destroy函数(类型为true的java.lang.UNIXProcess)时,它会发送SIGTERM信号进行处理,有没有办法用SIGKILL杀死它? 问题答案: 不使用纯Java。 你最简单的选择是使用运行的外部进程的命令。 不幸的是,掌握PID并不是那么简单。您将需要使用反射黑魔法来访问该字段,或者弄乱该命令的输
问题内容: 有什么方法可以从Java代码中调用库中的函数吗?通常,可以在Java程序中使用Linux 库吗? 问题答案: 答案是“ JNI” :) 这里有几个链接: 如何在Linux上为JNI应用程序编译动态库? http://learn-from-the-guru.blogspot.com/2007/12/java-native-interface-jni-tutorial-hell.html
问题内容: 鉴于有关scp / ssh和maven的文档非常差,我尝试了不同的方法,基本上分为两大类:使用scpexe wagon和scp wagon。通常,它们都可以在linux和mac上正常工作,但是在Windows上我从来没有找到一种使它在所有机器上都能工作的方法。 scpexe方法(安装完整的腻子并添加到路径后)-settings.xml配置: scp方法-settings.xml: 我还
问题内容: 我有一个使用Java针对Active Directory进行身份验证的简单任务。只需验证凭据,别无其他。假设我的域是“ fun.xyz.tld”,OU路径未知,并且用户名/密码是testu / testp。 我知道那里有一些Java库可以简化此任务,但是我没有成功实现它们。我发现的大多数示例都是针对LDAP的,而不是针对Active Directory的。发出LDAP请求意味着在其中发
问题内容: 我对Java的经验不是很丰富,这使我发疯。我编写了一个Java程序,需要从命令行运行它。 我可以从命令行编译它,它将在该文件夹中创建所有类,但是当我尝试时说: 线程“主”中的异常java.lang.NoClassDefFoundError:FileManagement / Main 事实是,我已经在远程计算机上尝试了相同的过程,并且工作正常。它不适用于我的。 问题答案: 如果您的课程在