Lord Boltar
Well-Known Member
How to install WINE 7 on Ubuntu 22.04 or a Linux OS based on it
If you have previously installed a Wine package from another repository, please remove it and any packages that depend on it (e.g., wine-mono, wine-gecko, winetricks) before attempting to install the WineHQ packages, as they may cause dependency conflicts.
If your system is 64 bit, enable 32 bit architecture (if you haven't already):
Download and add the repository key:
Add the repository:
Now run
after that is finished run
To install Wine Gecko run
you should get the popup telling you to install wine gecko
If you have previously installed a Wine package from another repository, please remove it and any packages that depend on it (e.g., wine-mono, wine-gecko, winetricks) before attempting to install the WineHQ packages, as they may cause dependency conflicts.
If your system is 64 bit, enable 32 bit architecture (if you haven't already):
Code:
sudo dpkg --add-architecture i386
Code:
wget -nc https://dl.winehq.org/wine-builds/winehq.key
Code:
sudo mv winehq.key /usr/share/keyrings/winehq-archive.key
Code:
wget -nc https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources
Code:
sudo mv winehq-jammy.sources /etc/apt/sources.list.d/
Code:
sudo apt update
Code:
sudo apt install --install-recommends winehq-stable
Code:
winecfg
Code:
wine iexplore