markdown 在Wine上安装Adobe Photoshop CS6(Ubuntu,Elementary OS,Linux Mint)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 在Wine上安装Adobe Photoshop CS6(Ubuntu,Elementary OS,Linux Mint)相关的知识,希望对你有一定的参考价值。

### Step 1. Install the Wine Team Ubuntu PPA

First start by installing Wine btw it's a utility to install windows apps in linux :

open the Terminal and :
```bash
   sudo add-apt-repository ppa:ubuntu-wine/ppa     
   sudo apt-get update && sudo apt-get upgrade
   sudo apt-get install wine1.7 winetricks
```
*É melhor instalar o winetricks pelo site ao invés de usar o PPA*

### Step 2. Using winetricks to get install dependencies for Photoshop CS6

Now that we have the most recent build of wine, we can get started on fetching the necessary build packages to run the Photoshop installer.

Here’s the command to issue and pull those dependencies

```bash
winetricks atmlib gdiplus msxml3 msxml6 vcrun2005 vcrun2005sp1 vcrun2008 ie6 fontsmooth-rgb gecko
```

If a few errors pop-up, don’t worry – chances are this install will still work.

### Step 3. Running the Photoshop CS6 installer

Now that you have all dependencies required to run Photoshop CS6, you can now run the Adobe setup. Either right click Setup.exe, or from the terminal:
```bash
   cd /home/user/path/to/installer    
   wine Set-up.exe
```

If everything worked as intended, you are now done. Photoshop should install like any other program via wine – It should even automatically appear in your programs list!


> Originally available @ http://askubuntu.com/a/530127

以上是关于markdown 在Wine上安装Adobe Photoshop CS6(Ubuntu,Elementary OS,Linux Mint)的主要内容,如果未能解决你的问题,请参考以下文章

markdown 如何在OSX(Wine)上更新MTG Arena而无需重新下载所有内容

如何在Ubuntu中安装PS CS4

markdown Linux的使用WINE运行的Windows应用

ubunut 18.04如何安装 wine?

如何在Ubuntu 14.04上安装Wine

redhat安装wine