Jump to content

Trouble installing WINE.

Go to solution Solved by Guest,

First of all fix all of your errors with sudo dpkg --configure -a then apt-get -f install, then just follow the wine guide, as listed here

https://wiki.winehq.org/Ubuntu

So 

sudo dpkg --add-architecture i386 

wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/


sudo apt-get update

 

sudo apt-get install --install-recommends winehq-stable
 

Please be aware I am still new to Linux.

 

Am using Ubuntu 18.04.1

I am trying to install WINE but have run into a problem. I am using this video

as a guide to installing it. Everything is fine up until I enter sudo apt-get install --install-recommends winehq-devel into the terminal. It spits out this:

E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.

I enter 'sudo dpkg --configure -a' into the terminal but it just tells me command not found.

 

Please help.

 

Link to comment
https://linustechtips.com/topic/979897-trouble-installing-wine/
Share on other sites

Link to post
Share on other sites

1 minute ago, ScratchCat said:

What happens when you just run 'dpkg'?

If that shows command not found try


sudo apt-get install dpkg

It seems strange that dpkg would work yet not appear as a command

I entered dpkg and it says error: need an action.

When entering

sudo apt-get install dpkg

It gives me the same problem as in the first post.

Link to comment
https://linustechtips.com/topic/979897-trouble-installing-wine/#findComment-11826398
Share on other sites

Link to post
Share on other sites

First of all fix all of your errors with sudo dpkg --configure -a then apt-get -f install, then just follow the wine guide, as listed here

https://wiki.winehq.org/Ubuntu

So 

sudo dpkg --add-architecture i386 

wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/


sudo apt-get update

 

sudo apt-get install --install-recommends winehq-stable
 
Link to comment
https://linustechtips.com/topic/979897-trouble-installing-wine/#findComment-11829439
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

×