Installing Wine on Zorin OS 16

Questions about Wine on Linux
Locked
KikyoC
Newbie
Newbie
Posts: 1
Joined: Wed May 10, 2023 9:13 am

Installing Wine on Zorin OS 16

Post by KikyoC »

Hii,
I'm new to Linux and I want to install Wne. I followed the doc, but I got and error while installing wine:
I have this:

The following packages have unmet dependencies:
winehq-stable : Depends: wine-stable (= 8.0.1~lunar-1)
E: Unable to correct problems, you have held broken packages.

Can someone help me ?
Tysm so much to reading me
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Installing Wine on Zorin OS 16

Post by jkfloris »

winehq-stable : Depends: wine-stable (= 8.0.1~lunar-1)
According to Wikipedia, Zorin OS 16 is based on Ubuntu 20.04 (Focal Fossa).

Remove winehq-lunar.sources from /etc/apt/sources.list.d and download winehq-focal.sources

Code: Select all

sudo rm /etc/apt/sources.list.d/winehq-lunar.sources
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/focal/winehq-focal.sources
sudo apt update
Locked