Skip to main content

Command Palette

Search for a command to run...

How to install Photoshop CC on Linux (Elementary OS)

Updated
1 min read

Elementary Os is a Linux distribution based on Ubuntu LTS. It promotes itself as a "thoughtful, capable, and ethical" replacement to macOS and Windows and has a pay-what-you-want model.

Photoshop CC is an advanced imaging software used by designers, web professionals, video editors, and photographers to alter or manipulate digital images. Photoshop is primarily used to edit 2D images, although it does offer some 3D image editing functionality.

Steps on installing PhotoshopCC on Linux (Elementary OS)

Firstly, open up the terminal.

Clone this repository with this command

git clone https://github.com/Gictorbit/photoshopCClinux.git

then run

cd photoshopCClinux

then you can easily run setup.sh script to install photoshop cc on your Linux distro

chmod +x setup.sh
./setup.sh

In your [choose an option] $ (press) 1

setup-screenshot.png

Wineprefix Configuration

if you need to configure the wineprefix of photoshop you can use winecfg.sh script just run the command below

chmod +x winecfg.sh
./winecfg.sh

Uninstall

uninstall photoshop you can use the uninstaller script with the commands below

chmod +x uninstaller.sh
./uninstaller.sh

Conclusion

I hope this article has provided you with how to install photoshop on Linux.

If you have any questions, feel free to reach out!

Connect with me on Twitter