Jump to content

Wine 6.0.1 on Zorin OS 15.3

I currently have Zorin 15.3 lite on an old desktop. I want the ability to run windows apps. However, I cannot install wine for the life of me. Below is the issue i face when installing it from the  winehq.org directions.

 

hpmain@hpmain:~$ sudo dpkg --add-architecture i386 
[sudo] password for hpmain:      
hpmain@hpmain:~$ wget -nc https://dl.winehq.org/wine-builds/winehq.key
File ‘winehq.key’ already there; not retrieving.

hpmain@hpmain:~$ sudo apt-key add winehq.key
OK
hpmain@hpmain:~$ sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
Hit:1 http://us.archive.ubuntu.com/ubuntu bionic InRelease
Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]    
Get:3 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]   
Hit:4 http://ppa.launchpad.net/zorinos/apps/ubuntu bionic InRelease            
Hit:5 http://dl.google.com/linux/chrome/deb stable InRelease                   
Hit:6 https://packages.zorinos.com/stable bionic InRelease                     
Hit:7 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease                
Hit:8 https://packages.zorinos.com/patches bionic InRelease                    
Hit:9 http://ppa.launchpad.net/zorinos/drivers/ubuntu bionic InRelease         
Get:10 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Hit:11 https://packages.zorinos.com/apps bionic InRelease                      
Hit:12 https://packages.zorinos.com/drivers bionic InRelease                   
Hit:13 http://ppa.launchpad.net/zorinos/patches/ubuntu bionic InRelease  
Hit:14 http://ppa.launchpad.net/zorinos/stable/ubuntu bionic InRelease        
Fetched 252 kB in 5s (53.3 kB/s)                                              
Reading package lists... Done
hpmain@hpmain:~$ sudo apt update
Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Hit:2 http://us.archive.ubuntu.com/ubuntu bionic InRelease                     
Hit:3 http://ppa.launchpad.net/zorinos/apps/ubuntu bionic InRelease            
Get:4 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]   
Hit:5 http://dl.google.com/linux/chrome/deb stable InRelease                   
Hit:6 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease                
Hit:7 http://ppa.launchpad.net/zorinos/drivers/ubuntu bionic InRelease         
Hit:8 https://packages.zorinos.com/stable bionic InRelease                     
Hit:9 https://packages.zorinos.com/patches bionic InRelease                    
Hit:10 https://packages.zorinos.com/apps bionic InRelease                      
Hit:11 http://ppa.launchpad.net/zorinos/patches/ubuntu bionic InRelease        
Hit:12 https://packages.zorinos.com/drivers bionic InRelease             
Get:13 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Hit:14 http://ppa.launchpad.net/zorinos/stable/ubuntu bionic InRelease         
Fetched 252 kB in 5s (48.6 kB/s)
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.
hpmain@hpmain:~$ sudo apt install --install-recommends winehq-stable
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

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

 

Uh, is there any way to fix this? when I try to install wine-stable it just gives me more dependencies, and MORE, and it just keeps going.

It can also say that it acknowledges certain files but says "but it will not be installed" why not?

Link to comment
Share on other sites

Link to post
Share on other sites

That is a problem with Zorin. You have broken packages. Thankfully apt provides a way to resolve such issues.

 

Maybe try:

sudo apt-get clean

sudo apt-get update --fix-missing

sudo apt-get install -f

 

 

 

Try using playonlinux and/or lutris

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×