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
Installing Wine on Zorin OS 16
Re: Installing Wine on Zorin OS 16
According to Wikipedia, Zorin OS 16 is based on Ubuntu 20.04 (Focal Fossa).winehq-stable : Depends: wine-stable (= 8.0.1~lunar-1)
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