I am in elementary OS Freya.
sudo apt-get install wine
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:
wine : Depends: wine1.6 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
And:
sudo apt-get install playonlinux
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:
playonlinux : Depends: wine or
wine-unstable but it is not installable
E: Unable to correct problems, you have held broken packages.
While all PPAs are disabled and Ubuntu repos are enabled:


Otherwise there isn't any problem with the packages:
sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
After following instructions from askubuntu,
sudo apt-get -u dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
So, no fail here.
But the initial error persists in terminal.
What happens in Synaptic is different!
When trying to install playonlinux the packages to be removed included all my system so to speak. That would have completely broken the system. It is too long a list to post here.
When trying to install wine, it seems possible

but this is contradicted by the terminal output posted above for sudo apt-get install wine, and all this looks fishy to me.
UPDATE
Trying to install wine in Synaptic, it does not work in fact: once selected to be installed, the wine package is marked as broken and some unmentioned packages are signaled as broken.

How to identify the broken packages? Is it possible they being signaled as broken to be an error?