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

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 accountSign in
Already have an account? Sign in here.
Sign In Now