[Bug 53356] Problems installing WineHQ on Ubuntu 22.04

WineHQ Bugzilla wine-bugs at winehq.org
Sat Jul 16 05:54:23 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=53356

Ulf Zibis <Ulf.Zibis at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Ulf.Zibis at gmx.de

--- Comment #1 from Ulf Zibis <Ulf.Zibis at gmx.de> ---
A more elegant solution is:
sudo dpkg --add-architecture i386    # only on 64-bit-systems
sudo -H wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo -H mv winehq.key /usr/share/keyrings/winehq-archive.key
sudo -H wget -nc
https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources
sudo -H mv winehq-jammy.sources /etc/apt/sources.list.d/ && sudo apt update
sudo apt install --install-recommends winehq-stable winetricks

Or even more elegant:
sudo dpkg --add-architecture i386    # only on 64-bit-systems
sudo wget -nc -O /usr/share/keyrings/winehq-archive.key
https://dl.winehq.org/wine-builds/winehq.key
sudo wget -nc -O /etc/apt/sources.list.d/winehq-jammy.sources
https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources &&
sudo apt update
sudo apt install --install-recommends winehq-stable winetricks

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list