install photoshop cs6 in ubuntu
For many professional PS masters, it is really difficult to find software that is convenient and can perfectly replace PS, so our solution here is to use wine to install it.
Although there are many ways to install PS via wine on the Internet, inexplicable crashes often occur during use, which is a torture experience.
The installation method given here is relatively stable at present.
What we installed here is photoshop cs6+wine 1.7.8
ps download address: http://pan.baidu.com/s/1sjASBRR
wine source code download Address: http://sourceforge.net/projects/wine/files/Source/ Note that you have to slide to the bottom to get the latest version.
Wine source code installation:
Because there is a problem with the source code, the source code needs to be modified to prevent bugs: Find wine-1.7.7/dlls/user32/input.c and modify it as shown below:
[plain] view plaincopy
- #$sudo add-apt-repository ppa:ubuntu-wine/ ppa //wine source ##$sudo apt-add-repository ppa:ehoover/compholio //ia32 source
- $ sudo apt-get update
- ##$ sudo apt-get install gcc-multilib g++-multilib ia32-libs-dev
- Be careful to uninstall the previous installation before installation Wine version, stop at this step and make sure the source code has been modified.
#$sudo ./configure && sudo make$sudo make install
Then we add wine to the environment variable:
[plain] view plaincopy
export WINEPREFIX=$HOME/.wine/photoshop
export WINEARCH=win32
- Finally we run winecfg and it will automatically download some Library file.
[plain] view plaincopy
$ wget http://www.playonlinux.com
$ sudo mkdir -p /usr/share/wine/gecko
$ sudo mv wine_gecko-2.24-x86.msi /usr/share/wine/gecko/
- Finally run the downloaded photoshop installation file: wine Photoshop.exe
If the following error occurs during use: failed to load .so lib for builtin L"GLU32.dll":libGL.so.1
The solution is:
[plain] view plaincopy
##cd /usr/lib/i386-linux-gnu //Switch Go to the lib directory
- ls -al mesa/
- //Check if there is libGL.so.1
- If you run the following command, then set up the software link
- sudo ln -s mesa/libGL.so.1 libGL.so.1
- //Visual inspection of the lib in the mesa directory, the software cannot find it
- Just open it, and then when you open photoshop again, it will say run
This is a good sign, indicating that the library file has been loaded. The graphics card is not supported and it has something to do with the driver, just confirm.
Last screenshot:
There is a slight surprise. . .
PS: I accidentally saw PlayOnLinux http://www.playonlinux.com
is a wine-based installation program with a graphical interface, and comes with many common window software sources, which can be easily downloaded and Install. Recommended for those looking for stability.
Other common wine applications include wineqq and the modeling software startuml. . . Those who are ambitious can give it a try. . .
For more related articles on installing photoshop cs6 in ubuntu, please pay attention to the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

The article details using Photoshop for social media graphics, covering setup, design tools, and optimization techniques. It emphasizes efficiency and quality in graphic creation.

Article discusses preparing images for web use in Photoshop, focusing on optimizing file size, resolution, and color space. Main issue is balancing image quality with quick loading times.

Article discusses using Photoshop's Content-Aware Fill and Move tools effectively, offering tips on selecting source areas, avoiding mistakes, and adjusting settings for optimal results.

Article discusses optimizing images for web using Photoshop, focusing on file size and resolution. Main issue is balancing quality and load times.

The article explains how to use Photoshop for video editing, detailing steps to import, edit, and export videos, and highlighting key features like the Timeline panel, video layers, and effects.

Article discusses calibrating monitors for accurate color in Photoshop, tools for calibration, effects of improper calibration, and recalibration frequency. Main issue is ensuring color accuracy.

Article discusses creating and optimizing animated GIFs in Photoshop, including adding frames to existing GIFs. Main focus is on balancing quality and file size.

The article guides on preparing images for print in Photoshop, focusing on resolution, color profiles, and sharpness. It argues that 300 PPI and CMYK profiles are essential for quality prints.
