I read if I wish to run Windows based programs in Ubuntu without the full licence I need to install wine.
Now I typed:
sudo apt-get install wine
After reading package list is done at the end the message says
The following packages have unmet dependencies:
wine : Depends: Wine1.6 but it is not going to be installed
E: unable to correct problems, you have held broken packages .
What can I do?
sudo apt-get install wine1.6
? – David Foerster Jan 29 '17 at 13:39