-1

Why i am getting this type of error?

Error screenshot?

This error could be caused by required additional software packages which are missing or not installable. Furthermore there could be a conflict between software packages which are not allowed to be installed at the same time.

The following packages have unmet dependencies:

wine:

pa4080
  • 29,831
B. Dey
  • 1

1 Answers1

0

In the terminal, you could try:

sudo dpkg --add-architecture i386 
sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
sudo apt-get install --install-recommends winehq-devel

https://wiki.winehq.org/Ubuntu

pa4080
  • 29,831