this post was submitted on 29 Jun 2023
84 points (100.0% liked)
Linux
47994 readers
1619 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I am on Ubuntu and I have an AMD processor.
Here are the steps:
If your system is 64 bit, enable 32 bit architecture (if you haven't already):
sudo dpkg --add-architecture i386
Download and add the repository key:
sudo mkdir -pm755 /etc/apt/keyrings sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
Select your Ubuntu version and download the WineHQ sources file:
For Ubuntu 23.04 (Lunar Lobster):
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/lunar/winehq-lunar.sources
Update the package information:
sudo apt update
Install one of the following packages:
Stable branch:
sudo apt install --install-recommends winehq-stable
I also changed wine to windows 10 compatability mode with a command which opens a window where I selected the option:
winecfg
Then I just ran adobe installers with Wine by double clicking them and installed everything with no problem except After Effects and Premiere Pro.
Photoshop: https://thepiratebay.org/description.php?id=12019334
Lightroom: https://thepiratebay.org/description.php?id=12022938
Illustrator: https://thepiratebay.org/description.php?id=12021637
I haven't tested fully, but everything seemed to work when I was poking around.